How can i implement steering behavoir with nxogre?

Felipe

07-09-2007 14:02:19

in my game i want use NxOgre as my Physic engine and "steering behavior" as behavior for my bots, steering behavior use position, velocity and accelaration.
How can i use Nxogre with "steering behavior" to movement my bots?

betajaen

07-09-2007 14:37:36

Yes.

Felipe

07-09-2007 16:25:39

how movement my character using velocity and acceleration?

betajaen

07-09-2007 16:33:17

Character? You don't use characters for that.

Felipe

07-09-2007 16:36:01

NxOgre::Actor ?

betajaen

07-09-2007 16:55:34

Obviously.

Felipe

07-09-2007 18:41:11

how movement NxOgre::Actor using velocity and acceleration ?

Felipe

07-09-2007 22:58:23

i use a callback function?

betajaen

08-09-2007 08:45:33

Let me get this right; Your asking how to set the acceleration, force or velocity of an Actor?

I'm not going to start copying and pasting the PhysX SDK Documentation, but how long have you been using NxOgre?