CCameraRPGSceneNode with newton

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
c.h.r.i.s
Posts: 41
Joined: Mon Jan 22, 2007 8:38 pm

CCameraRPGSceneNode with newton

Post by c.h.r.i.s »

Hi! I use the CCameraRPGSceneNode to controll my player in game.

I tried to add physics to my player model using the newton engine.

But if i apply gravity forces to my player the camera movement stops because newton will now make position updates.

Is there a way that i can use the newton engine whith the rpg cam?
Anton1
Posts: 14
Joined: Fri Mar 09, 2007 7:47 am

Post by Anton1 »

can't you just make the cam a child to the character :!: :?:
Post Reply