Skip to content

Commit b7609f1

Browse files
committed
revert normalized gltf
1 parent 328a350 commit b7609f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

trimesh/exchange/gltf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@ def _append_mesh(
885885
buff=buffer_items,
886886
blob={
887887
"componentType": 5121,
888+
"normalized": True,
888889
"type": "VEC4",
889890
"byteOffset": 0,
890891
},
@@ -1157,6 +1158,7 @@ def _append_path(path, name, tree, buffer_items):
11571158
buff=buffer_items,
11581159
blob={
11591160
"componentType": 5121,
1161+
"normalized": True,
11601162
"type": "VEC4",
11611163
"byteOffset": 0,
11621164
},
@@ -1227,6 +1229,7 @@ def _append_point(points, name, tree, buffer_items):
12271229
blob={
12281230
"componentType": 5121,
12291231
"count": vxlist[0],
1232+
"normalized": True,
12301233
"type": kind,
12311234
"byteOffset": 0,
12321235
},

0 commit comments

Comments
 (0)