I want to capture the event of collision~ how to do?

jsppas

09-04-2011 16:05:02

Hi guys:
I'm new to NxOgre.I'm programming a racing game.Now i encounter some problems.
i create 2 cars(class 'car' [i made this class] is inherited from class NXOGRE:: machine),I would like to monitor the two car collision events, which can add the sound generated by the collision, making the game more lively.
.Moreover, i can get the force of bump object when they collide.
I know i can't link NxOgre::Machine and NxOgre::Volume together.So how can we capture the event and get the force value.\

ps:my english is poor~

jimye

18-04-2011 09:31:09

i also have this problem... :?