3D propeller animation

Started by y_muse, December 02, 2015, 06:26:12 PM

Previous topic - Next topic

y_muse

I created an airplane in Blender. I was wondering which one of these two options is the best:

1) create an animation and add it to the Object3D.
2) create two separate Object3D, the plane and the propellers, and rotate the propeller Object.

EgonOlsen

It's far better to create them as two different objects. Where the propeller ends up after exporter depends on the exporter. jPCT loads the objects, not the scene. So the only way to place it on the same spot as it's in Blender, would be to export them both in the same object space. Some exporters seem to do that, some don't. And it might depend on the scene's setting in Blender itself as well. If that doesn't work out, just place it in your code. It shouldn't be too hard to place it right with some trial and error.
Don't forget to make the propeller a child of the plane.