and i don't know what to do with it
i'm trying to make this sphere, which is part of my bsp, rotate. can i animate bsp in the first place?
if so, then how?
i tried using the custom_animation command in sapien but i have it all wrong (error: invalid object - or something like that).
here's what i was typing:
custom_animation bubble "levels\test\cylinder_of_test" "bubble" 1
the animation is called "bubble" but the model_animations tag is called cylinder_of_test (i.e., cylinder_of_test.model_animations)
the dir is this: levels\test\cylinder_of_test\cylinder_of_test.model_animations
what is the correct command?
also, i plan on animating a series of small planes around the sphere at varying speeds. when i animate the planes should i use JMO or JMW since they'll all be orbiting 0,0,0? and how can i make this all work at once? will multiple parts work as bsp or if i change it all to a scenery model can i have more than one animation on the model?