Can't find contact reporter >_<

Victorliu17

28-11-2006 23:00:10

I've been looking around for how to use the collision detection in NxOgre, and I know that the easiest way is to use contact reporters.

I am using NxOgre Version: 0.5.Preview 3.0 "Spoon" right now but unfortunately I can't find "customContactReporter" class at all.

I've also read this thread:
http://grotsnik.ogre3d.org/phpBB2addons/viewtopic.php?t=1177&start=0&postdays=0&postorder=asc&highlight=&sid=8fc10f86d0a816c6b56871bb9b7924ec

I've also tried to download some additional files from CVS as the thread above suggested, such as "nxOgre_contactReporter.h" which was not included in my NxOgre include directory. But i still can't use it. There are errors preventing me from compiling the tutorial code.

I simply want to be notified when a particular object is hit by another. What procedures do i need to take in order to use contact reporter for collision detection? For instance, what else file should I download? or should I obtain the latest NxOgre 0.4 RC2 and re-configure the whole development environment?

I need this functionality as soon as possible. Any help is appreciated.

CaseyB

28-11-2006 23:20:14

Counter-intuitively 0.5 is not the most current version. You should check out 0.4, I think the latest is RC2.

Victorliu17

28-11-2006 23:53:38

So after installing this RC2 I should be able to use this contact reporter class directly, right?

betajaen

28-11-2006 23:54:38

Yep. :wink:

Victorliu17

29-11-2006 12:39:58

Cheers :P