base of python module

This commit is contained in:
root
2014-11-14 14:32:20 +01:00
parent b214cfb4b9
commit 80b243092b
3 changed files with 245 additions and 0 deletions

5
python/howto.py Normal file
View File

@@ -0,0 +1,5 @@
import tinyobjloader as tol
model = tol.LoadObj("cube.obj")
print(model["shapes"], model["materials"])