Skip to content

Commit

Permalink
Merge pull request #118 from dsnopek/html5-compression
Browse files Browse the repository at this point in the history
Change compression import options on hand models to defaults so they'll load in HTML5
  • Loading branch information
BastiaanOlij authored Apr 9, 2022
2 parents 5554500 + 0de0137 commit 229cfda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/godot-xr-tools/assets/LeftHand.glb.import
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ materials/location=1
materials/storage=1
materials/keep_on_reimport=true
meshes/octahedral_compression=true
meshes/compress=true
meshes/compress=4286
meshes/ensure_tangents=true
meshes/storage=0
meshes/light_baking=0
Expand Down
3 changes: 2 additions & 1 deletion addons/godot-xr-tools/assets/RightHand.glb.import
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ nodes/use_legacy_names=true
materials/location=1
materials/storage=1
materials/keep_on_reimport=true
meshes/compress=true
meshes/octahedral_compression=true
meshes/compress=4286
meshes/ensure_tangents=true
meshes/storage=0
meshes/light_baking=0
Expand Down

0 comments on commit 229cfda

Please sign in to comment.