8 lines
245 B
Text
8 lines
245 B
Text
# Test fixture for OBJ fallback when the referenced material file is missing.
|
|
mtllib missing-material.mtl
|
|
o Triangle
|
|
v 0.000000 0.000000 0.000000
|
|
v 1.000000 0.000000 0.000000
|
|
v 0.000000 1.000000 0.000000
|
|
vn 0.0000 0.0000 1.0000
|
|
f 1//1 2//1 3//1
|