Skip to content

Commit 1b63894

Browse files
committed
Python: Add numpy_material_ids to sample.
1 parent 8972259 commit 1b63894

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/sample.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@
7575
print("[{}] vt_idx {}".format(i, idx.texcoord_index))
7676
print("numpy_indices = {}".format(shape.mesh.numpy_indices()))
7777
print("numpy_num_face_vertices = {}".format(shape.mesh.numpy_num_face_vertices()))
78+
print("numpy_material_ids = {}".format(shape.mesh.numpy_material_ids()))

0 commit comments

Comments
 (0)