applyImpulse for CharacterControl

Hey, I just changed one of my item’s body control type cause I needed some of the CharacterControl methods for this item. But the fact is that doing, I’m losing the applyImpulse method which I also needed… so I’d like to know if there is a way to generate the same output than an applyImpulse on a CharacterControl.



Thx !

have a look at this: it has all the attributes of a CharacterControl, and you can easily apply forces to it: http://hub.jmonkeyengine.org/groups/user-code-projects/forum/topic/complete-forcecharactercontrol/

thx :wink: