ModelHandle/test/testfiles/obj/cube_with_materials_comments.obj
2021-03-27 08:29:19 +01:00

39 lines
748 B
Plaintext

# Cube with Materials
mtllib cube_with_materials_comments.mtl # inline comment
g Cube # inline comment
v 0.0 0.0 0.0 # inline comment
v 1.0 0.0 0.0 # inline comment
v 1.0 1.0 0.0
v 0.0 1.0 0.0
v 0.0 0.0 1.0
v 1.0 0.0 1.0
v 1.0 1.0 1.0
v 0.0 1.0 1.0
vn 1.0 0.0 0.0
vn -1.0 0.0 0.0 # inline comment
vn 0.0 1.0 0.0
vn 0.0 -1.0 0.0
vn 0.0 0.0 1.0 # inline comment
vn 0.0 0.0 -1.0
vt 0.0 0.0
vt 1.0 0.0
vt 1.0 1.0 # inline comment
vt 0.0 1.0 # inline comment
usemtl Red # inline comment
f 1/1/4 2/2/4 6/3/4 5/4/4 # inline comment
usemtl Green # inline comment
f 2/1/1 3/2/1 7/3/1 6/4/1 # inline comment
usemtl Blue
f 3/1/3 4/2/3 8/3/3 7/4/3
usemtl Texture
f 4/1/2 1/2/2 5/3/2 8/4/2
usemtl White
f 1/1/6 4/2/6 3/3/6 2/4/6
f 5/1/5 6/2/5 7/3/5 8/4/5