Skip to content

Commit

Permalink
examples: examples: sameBoneCounts -> experimentalSameBoneCounts
Browse files Browse the repository at this point in the history
redo of b4a3bb1, I don't know why the change reverted
  • Loading branch information
0b5vr committed Aug 5, 2024
1 parent 56deda5 commit 80b75b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/three-vrm/examples/webgpu-dnd.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

// calling these functions greatly improves the performance
VRMUtils.removeUnnecessaryVertices( gltf.scene );
VRMUtils.removeUnnecessaryJoints( gltf.scene, { sameBoneCounts: true } );
VRMUtils.removeUnnecessaryJoints( gltf.scene, { experimentalSameBoneCounts: true } );

if ( currentVrm ) {

Expand Down

0 comments on commit 80b75b6

Please sign in to comment.