how to rotate the model with a moving axis
-
gmaster_ck
- Posts: 16
- Joined: Tue Aug 05, 2008 3:30 pm
how to rotate the model with a moving axis
I have a model of jet engine, I want to make the blade rotate with its own axis, and meanwhile, the axis itself is moving and rotating with the jet plane. How can I realize it? Thank you! 
-
VioletAlixe
- Posts: 28
- Joined: Thu Oct 04, 2007 9:03 pm
Yeah, what violetAlixe says is your best bet, which means using a modelling program to seperate the blade from the jet model and so you have two models to load, the jet (minus blade) and the blade, then you make nodes out of both of them, make the jet the parent of the blade and adjust the blades transformation so that it's lined up where it should be, then you can just use setRotation() to rotate it as you would expect a blade to rotate on a plane.
