how do you stop the animation that is built in to a 3d model? i tried
- Animation.Stop(“Take 001”);
“Take 001” being the animation built into the model.
how do you stop the animation that is built in to a 3d model? i tried
“Take 001” being the animation built into the model.
I think you are doing ok, except that the word animation needs to be all lower case.
animation.Stop(“Take 001”);
Have Fun!