How to using NxOgreKinematicController?

jimye

20-04-2011 09:32:17

hi,
i am learning Nxogre in these days , now i have a problem.I know Nxogre have a class: NxOgreKinematicController (as CharacterController in physx).
but I know little about it . then ,i have searched internet ,uisng google.etc. however i don't find any Tutorials which can tell me how to use it.
Anyone have corresponding tutorial or simple example? if you have that,can you tell me?
thx :)

jimye

20-04-2011 09:35:14

ps: the version of the Nxogre i using is 1.5.5.

betajaen

20-04-2011 13:43:52

Use the Character Controller in BuggySwires if you want to use Character Controllers.

jimye

21-04-2011 16:34:58

Use the Character Controller in BuggySwires if you want to use Character Controllers.
it means i need update the version of my nxogre at fisrt?
ok, i will try . thank you very much! :D

well ,i also have another question:
if i use NxOgre::Machine to construct a car , then can i use the Character Controller in BuggySwires to controller it?
Beacause i hope when Collisions between cars, I can get the callback,and play a Collision sounds ,or rendering trails, applying forces, and so on.

betajaen

21-04-2011 17:47:21

No, you'd use just normal code to drive the car for Steering, acceleration and brakes.

jimye

22-04-2011 03:28:47

No, you'd use just normal code to drive the car for Steering, acceleration and brakes.
ok, i know. thx, :)
Nxogre is really a very good cake.