Browse Source

Merge pull request #15822 from takahirox/FixSliderAnimationMorph

Fix dat.gui slider in animation_skinning_morph example
Mr.doob 6 years ago
parent
commit
4f09863a2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_animation_skinning_morph.html

+ 1 - 1
examples/webgl_animation_skinning_morph.html

@@ -223,7 +223,7 @@
 
 
 				for ( var i = 0; i < expressions.length; i++ ) {
 				for ( var i = 0; i < expressions.length; i++ ) {
 
 
-					expressionFolder.add( face.morphTargetInfluences, i, 0, 1 ).name( expressions[ i ] );
+					expressionFolder.add( face.morphTargetInfluences, i, 0, 1, 0.01 ).name( expressions[ i ] );
 
 
 				}
 				}