Skip to content

Commit

Permalink
revert normalized gltf
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Aug 16, 2024
1 parent 328a350 commit b7609f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions trimesh/exchange/gltf.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@ def _append_mesh(
buff=buffer_items,
blob={
"componentType": 5121,
"normalized": True,
"type": "VEC4",
"byteOffset": 0,
},
Expand Down Expand Up @@ -1157,6 +1158,7 @@ def _append_path(path, name, tree, buffer_items):
buff=buffer_items,
blob={
"componentType": 5121,
"normalized": True,
"type": "VEC4",
"byteOffset": 0,
},
Expand Down Expand Up @@ -1227,6 +1229,7 @@ def _append_point(points, name, tree, buffer_items):
blob={
"componentType": 5121,
"count": vxlist[0],
"normalized": True,
"type": kind,
"byteOffset": 0,
},
Expand Down

0 comments on commit b7609f1

Please sign in to comment.