We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9b47e commit ecd60d0Copy full SHA for ecd60d0
1 file changed
README.md
@@ -91,6 +91,11 @@ atlas.height # Height of the atlas
91
atlas.utilization # Utilization of the first atlas
92
atlas.get_utilization(i) # Utilization of i-th atlas
93
94
+atlas.get_mesh_vertex_assignement(i) # Returns two arrays, with the atlas index and
95
+ # chart index of each vertex in the i-th mesh
96
+atlas.get_mesh_chart_count(i) # Returns the number of charts of the i-th mesh
97
+atlas.get_mesh_chart(i, j) # Returns the j-th chart of the i-th mesh
98
+
99
# The image requires passing custom PackOptions:
100
# pack_options = xatlas.PackOptions()
101
# pack_options.create_image = True
0 commit comments