Continuous rotation

Hi,

I’m a begginer with jMoneky and I need some help with jME3.



I’ve some trouble with camera. I need to achieve continuous (smooth) move (animation) of cam around a rootNode or a continuous rotation of rootNode. Move is no problem but it isn’t continuous and it’s look horrible.



I try rotate a rootNode by Quaternions (slerp) - maybe wrong - but no effect. A ChaseCam looks good but I can’t rotate it without press key.



My English is horrible but I hope you understand what I need. Thanks for all advice :wink:

see TestCameraMotionPath.java

http://code.google.com/p/jmonkeyengine/source/browse/trunk/engine/src/test/jme3test/animation/TestCameraMotionPath.java

1 Like