We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fa42b commit d302497Copy full SHA for d302497
1 file changed
python/sample.py
@@ -1,10 +1,10 @@
1
import sys
2
-import tinyobj
+import tinyobjloader
3
4
filename = "../models/cornell_box.obj";
5
6
7
-reader = tinyobj.ObjReader()
+reader = tinyobjloader.ObjReader()
8
9
# Load .obj(and .mtl) using default configuration
10
ret = reader.ParseFromFile(filename)
0 commit comments