Skip to content

Commit

Permalink
Update compress.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt authored Apr 29, 2024
1 parent ad8a7ba commit 44811a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ compressB3dm()
echo "$entry"
b3dm unpack -i "$entry" -f
filename="${entry%.*}"
gltf-pipeline -i "$filename".glb -o "$filename".glb -d -b
gltf-pipeline -i "$filename".glb -o "$filename".glb -d -b --draco.quantizePositionBits 15
b3dm pack -i "$filename".glb -f
rm "$filename".glb
if [ -f "$filename".batchtable.json ]; then
Expand Down

0 comments on commit 44811a1

Please sign in to comment.