sample update

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@154 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
sebastianhempel 2008-09-19 17:53:25 +00:00
parent 02f1c9c9b9
commit a79e9cf252
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ def main():
print " texture-coords 4:", len(tc[3]), "first:", tc[3][:3]
print " uv-counts:", mesh.uvsize
print " faces:", len(mesh.faces), "first:", mesh.faces[:3]
print " bones:", len(mesh.bones), "first:", mesh.bones[:3]
print