mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 06:59:03 +08:00
Updated example with uvs
This commit is contained in:
parent
64dbf0f3ef
commit
49bf56a030
@ -14,4 +14,8 @@ print(mesh.vertices[0:10])
|
||||
print("\n==== NORMALS ====")
|
||||
print(mesh.normals_num)
|
||||
print(mesh.normals_len)
|
||||
# print(mesh.normals[0:10]) This mesh has no normals
|
||||
print(mesh.normals) #This mesh has no normals
|
||||
print("\n==== UVS ====")
|
||||
print(mesh.uvs_num)
|
||||
print(mesh.uvs_len)
|
||||
print(mesh.uvs) #This mesh has no uvs
|
Loading…
x
Reference in New Issue
Block a user