Add test files for website.
This commit is contained in:
parent
21f5fef99f
commit
3fe41ca484
BIN
website/testfiles/_1.png
Normal file
BIN
website/testfiles/_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
BIN
website/testfiles/cube.3ds
Normal file
BIN
website/testfiles/cube.3ds
Normal file
Binary file not shown.
24
website/testfiles/cubeobj.mtl
Normal file
24
website/testfiles/cubeobj.mtl
Normal file
@ -0,0 +1,24 @@
|
||||
#
|
||||
## Alias OBJ Material File
|
||||
# Exported from SketchUp, (c) 2000-2012 Trimble Navigation Limited
|
||||
|
||||
newmtl FrontColor
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 1.000000 1.000000 1.000000
|
||||
Ks 0.330000 0.330000 0.330000
|
||||
|
||||
newmtl M_0020_Red
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 1.000000 0.000000 0.000000
|
||||
Ks 0.330000 0.330000 0.330000
|
||||
|
||||
newmtl M_0103_Blue
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.000000 0.000000 1.000000
|
||||
Ks 0.330000 0.330000 0.330000
|
||||
|
||||
newmtl M_0076_Green
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.000000 0.501961 0.000000
|
||||
Ks 0.330000 0.330000 0.330000
|
||||
|
||||
63
website/testfiles/cubeobj.obj
Normal file
63
website/testfiles/cubeobj.obj
Normal file
@ -0,0 +1,63 @@
|
||||
# Alias OBJ Model File
|
||||
# Exported from SketchUp, (c) 2000-2012 Trimble Navigation Limited
|
||||
# File units = meters
|
||||
|
||||
mtllib cubeobj.mtl
|
||||
|
||||
g Mesh1 Model
|
||||
|
||||
usemtl FrontColor
|
||||
v -1.94623 0 0.600186
|
||||
vt 76.6233 -23.6294
|
||||
vn 0 -1 -0
|
||||
v -1.94623 0 -0.979814
|
||||
vt 76.6233 38.5753
|
||||
v 1.51377 0 -0.979814
|
||||
vt -59.5972 38.5753
|
||||
v 1.51377 0 0.600186
|
||||
vt -59.5972 -23.6294
|
||||
f 1/1/1 2/2/1 3/3/1 4/4/1
|
||||
|
||||
vt -38.5753 0
|
||||
vn -1 0 -0
|
||||
vt 23.6294 0
|
||||
v -1.94623 0.69 0.600186
|
||||
vt 23.6294 27.1654
|
||||
v -1.94623 0.69 -0.979814
|
||||
vt -38.5753 27.1654
|
||||
f 2/5/2 1/6/2 5/7/2 6/8/2
|
||||
|
||||
usemtl M_0076_Green
|
||||
vt -76.6233 0
|
||||
vn 0 0 1
|
||||
vt 59.5972 0
|
||||
v 1.51377 0.69 0.600186
|
||||
vt 59.5972 27.1654
|
||||
vt -76.6233 27.1654
|
||||
f 1/9/3 4/10/3 7/11/3 5/12/3
|
||||
|
||||
usemtl M_0103_Blue
|
||||
vt -23.6294 0
|
||||
vn 1 0 -0
|
||||
vt 38.5753 0
|
||||
v 1.51377 0.69 -0.979814
|
||||
vt 38.5753 27.1654
|
||||
vt -23.6294 27.1654
|
||||
f 4/13/4 3/14/4 8/15/4 7/16/4
|
||||
|
||||
usemtl FrontColor
|
||||
vt -59.5972 0
|
||||
vn 0 0 -1
|
||||
vt 76.6233 0
|
||||
vt 76.6233 27.1654
|
||||
vt -59.5972 27.1654
|
||||
f 3/17/5 2/18/5 6/19/5 8/20/5
|
||||
|
||||
usemtl M_0020_Red
|
||||
vt -76.6233 38.5753
|
||||
vn 0 1 -0
|
||||
vt -76.6233 -23.6294
|
||||
vt 59.5972 -23.6294
|
||||
vt 59.5972 38.5753
|
||||
f 6/21/6 5/22/6 7/23/6 8/24/6
|
||||
|
||||
4006
website/testfiles/objects_ascii.stl
Normal file
4006
website/testfiles/objects_ascii.stl
Normal file
File diff suppressed because it is too large
Load Diff
BIN
website/testfiles/objects_binary.stl
Normal file
BIN
website/testfiles/objects_binary.stl
Normal file
Binary file not shown.
BIN
website/testfiles/texture with space.png
Normal file
BIN
website/testfiles/texture with space.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
BIN
website/testfiles/texture.png
Normal file
BIN
website/testfiles/texture.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
10
website/testfiles/textured cube.mtl
Normal file
10
website/testfiles/textured cube.mtl
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
## Alias OBJ Material File
|
||||
# Exported from SketchUp, (c) 2000-2012 Trimble Navigation Limited
|
||||
|
||||
newmtl _1
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.439216 0.533333 0.392157
|
||||
Ks 0.330000 0.330000 0.330000
|
||||
map_Kd texture with space.png
|
||||
|
||||
48
website/testfiles/textured cube.obj
Normal file
48
website/testfiles/textured cube.obj
Normal file
@ -0,0 +1,48 @@
|
||||
# Alias OBJ Model File
|
||||
# Exported from SketchUp, (c) 2000-2012 Trimble Navigation Limited
|
||||
# File units = meters
|
||||
|
||||
mtllib textured cube.mtl
|
||||
|
||||
g Mesh1 Model
|
||||
|
||||
usemtl _1
|
||||
v 0 0 -0
|
||||
vt 0 0
|
||||
vn 0 -1 -0
|
||||
v 0 0 -1.67
|
||||
vt 0 1.67
|
||||
v 1.57 0 -1.67
|
||||
vt -1.57 1.67
|
||||
v 1.57 0 -0
|
||||
vt -1.57 0
|
||||
f 1/1/1 2/2/1 3/3/1 4/4/1
|
||||
|
||||
vt -1.67 0
|
||||
vn -1 0 -0
|
||||
v 0 1.61 -0
|
||||
vt 0 1.61
|
||||
v 0 1.61 -1.67
|
||||
vt -1.67 1.61
|
||||
f 2/5/2 1/1/2 5/6/2 6/7/2
|
||||
|
||||
vn 0 0 1
|
||||
vt 1.57 0
|
||||
v 1.57 1.61 -0
|
||||
vt 1.57 1.61
|
||||
f 1/1/3 4/8/3 7/9/3 5/6/3
|
||||
|
||||
vn 1 0 -0
|
||||
vt 1.67 0
|
||||
v 1.57 1.61 -1.67
|
||||
vt 1.67 1.61
|
||||
f 4/1/4 3/10/4 8/11/4 7/6/4
|
||||
|
||||
vn 0 0 -1
|
||||
vt -1.57 1.61
|
||||
f 3/4/5 2/1/5 6/6/5 8/12/5
|
||||
|
||||
vn 0 1 -0
|
||||
vt 1.57 1.67
|
||||
f 6/2/6 5/1/6 7/8/6 8/13/6
|
||||
|
||||
BIN
website/testfiles/texturedcube.3ds
Normal file
BIN
website/testfiles/texturedcube.3ds
Normal file
Binary file not shown.
10
website/testfiles/texturedcube.mtl
Normal file
10
website/testfiles/texturedcube.mtl
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
## Alias OBJ Material File
|
||||
# Exported from SketchUp, (c) 2000-2012 Trimble Navigation Limited
|
||||
|
||||
newmtl _1
|
||||
Ka 0.000000 0.000000 0.000000
|
||||
Kd 0.439216 0.533333 0.392157
|
||||
Ks 0.330000 0.330000 0.330000
|
||||
map_Kd texture.png
|
||||
|
||||
48
website/testfiles/texturedcube.obj
Normal file
48
website/testfiles/texturedcube.obj
Normal file
@ -0,0 +1,48 @@
|
||||
# Alias OBJ Model File
|
||||
# Exported from SketchUp, (c) 2000-2012 Trimble Navigation Limited
|
||||
# File units = meters
|
||||
|
||||
mtllib texturedcube.mtl
|
||||
|
||||
g Mesh1 Model
|
||||
|
||||
usemtl _1
|
||||
v 0 0 -0
|
||||
vt 0 0
|
||||
vn 0 -1 -0
|
||||
v 0 0 -1.67
|
||||
vt 0 1.67
|
||||
v 1.57 0 -1.67
|
||||
vt -1.57 1.67
|
||||
v 1.57 0 -0
|
||||
vt -1.57 0
|
||||
f 1/1/1 2/2/1 3/3/1 4/4/1
|
||||
|
||||
vt -1.67 0
|
||||
vn -1 0 -0
|
||||
v 0 1.61 -0
|
||||
vt 0 1.61
|
||||
v 0 1.61 -1.67
|
||||
vt -1.67 1.61
|
||||
f 2/5/2 1/1/2 5/6/2 6/7/2
|
||||
|
||||
vn 0 0 1
|
||||
vt 1.57 0
|
||||
v 1.57 1.61 -0
|
||||
vt 1.57 1.61
|
||||
f 1/1/3 4/8/3 7/9/3 5/6/3
|
||||
|
||||
vn 1 0 -0
|
||||
vt 1.67 0
|
||||
v 1.57 1.61 -1.67
|
||||
vt 1.67 1.61
|
||||
f 4/1/4 3/10/4 8/11/4 7/6/4
|
||||
|
||||
vn 0 0 -1
|
||||
vt -1.57 1.61
|
||||
f 3/4/5 2/1/5 6/6/5 8/12/5
|
||||
|
||||
vn 0 1 -0
|
||||
vt 1.57 1.67
|
||||
f 6/2/6 5/1/6 7/8/6 8/13/6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user