We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95b2e2 commit 0040bd2Copy full SHA for 0040bd2
examples/jsm/loaders/MD2Loader.js
@@ -388,7 +388,7 @@ class MD2Loader extends Loader {
388
geometry.morphAttributes.normal = morphNormals;
389
geometry.morphTargetsRelative = false;
390
391
- geometry.animations = AnimationClip.CreateClipsFromMorphTargetSequences( frames, 10 );
+ geometry.animations = AnimationClip.CreateClipsFromMorphTargetSequences( frames, 10, false );
392
393
return geometry;
394
0 commit comments