Cone animation
Community Forums/Developer Stations/Cone animation| 
 | ||
| you can clone an animation from another object? How? | 
| 
 | ||
| you mean in blitz3d using the same animation on 2 different models, ?? I dont think its possible in blitz3d but it has been done before by other people in other engines. | 
| 
 | ||
| EDIT: Stupid, didn't read properly, ignore... | 
| 
 | ||
| You can use Pacemaker to save, load and share animation between models with similar skeletons. http://www.goddysey.com/pacemaker.htm If you want to do it in real-time you just load both models, hide & animate the source model and then copy the joint rotations to the other/visible one. | 
| 
 | ||
| THANKS!!! |