Animation is too fast in Three.js -


i'm loading model , skeletal animation using colladaloader three.js , appears doing right movements far can tell, animation ridiculously fast reason. how control speed of animation?

var animation = three.animation( mesh, animationdata ); animation.timescale = 1/5 ; // add 

the default timescale 1, reduce lower animation


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -

java - How can I send the data from a imput type="file" to the controller? -