maroxe
12-09-2008 01:10:08
Hi
i have ew problem with NxOgre:
for my application,i must handle contact report. But in blending, there isn't a class wich can do that, s i derived directly with NxContactReporter.
to have acces to NxOgre::Actor from NxActor(cause Physx dosn't know NxActor::Actor class), i do like that inside my body(derived from NxOgre::Actor) class constructor:
the probleme apprears with vehicle: the wheelset class use NxActor's userData, so if i modify it directly, the program crashes.
Is there any issue?
i have ew problem with NxOgre:
for my application,i must handle contact report. But in blending, there isn't a class wich can do that, s i derived directly with NxContactReporter.
to have acces to NxOgre::Actor from NxActor(cause Physx dosn't know NxActor::Actor class), i do like that inside my body(derived from NxOgre::Actor) class constructor:
NxActor->userData = this
the probleme apprears with vehicle: the wheelset class use NxActor's userData, so if i modify it directly, the program crashes.
Is there any issue?