Skip to content

Commit

Permalink
Fix dat.gui slider in animation_skinning_morph example
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirox committed Feb 21, 2019
1 parent b863277 commit 5e98792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_animation_skinning_morph.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@

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 ] );

}

Expand Down

0 comments on commit 5e98792

Please sign in to comment.