How can i rotate body using forces?
guys! I am a newcomer in game dev and i didn't have deal with box2d and
cocos2d-x before. So I have some troubles. I have a plane in my game, so
when user turns joystick in one of directions, plane should turn in this
direction. How can i do it? I think setTransform() is a bad idea, so I
should use ApplyTorque() for natural look of this action? Can anybody give
me an example of using ApplyTorque() for that situation?