three.js - tween three js start from part -


i have tween

rotate = new tween.tween({ vertical:min  }).to({ vertical:max },3000000).easing(tween.easing.linear.none).start() 

and want start half, or part. possible?

enter image description here


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -