base of python module
This commit is contained in:
5
python/howto.py
Normal file
5
python/howto.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import tinyobjloader as tol
|
||||
|
||||
model = tol.LoadObj("cube.obj")
|
||||
|
||||
print(model["shapes"], model["materials"])
|
||||
Reference in New Issue
Block a user