Collisions Physx and OBB?

Posted By: Anonymous

Collisions Physx and OBB? - 09/11/15 03:35

I maybe recalling all the way back to the old days, but I remember a warning that physics object and engine object must not collide.

Is this still true? I can't find it now.
Posted By: Superku

Re: Collisions Physx and OBB? - 09/11/15 20:20

Physics engines use their own collision meshes and methods, which is why you have to register physics objects first - as a result physics objects ignore regular OBB entities. You can even visualize what's happen inside and with physX and their collision meshes when you register as an nvidia developer and download some SDKs.
Posted By: Anonymous

Re: Collisions Physx and OBB? - 09/11/15 21:05

Thanks Superku, I've seen physics ents pass through obb, and obb jump on physics ents.

Just for curiosity sake, as this is clearly old info I'm remembering, did A5-A7 physics have a rule warning to "never make a collision" between move(not c_move) and physics ents? This would have been either Bullet phys engine or ODE phys engine.

Thanks for the time,
Mal
© 2024 lite-C Forums