Skip to content

Commit

Permalink
xaml is implicit meters
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Oct 29, 2024
1 parent 6ed17ba commit 8a65b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trimesh/exchange/xaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def element_to_transform(element):
normals.append(c_normals)

# compile the results into clean numpy arrays
result = {}
result = {"units": "meters"}
result["vertices"], result["faces"] = util.append_faces(vertices, faces)
result["face_colors"] = np.vstack(colors)
result["vertex_normals"] = np.vstack(normals)
Expand Down

0 comments on commit 8a65b0b

Please sign in to comment.