stilldesign / PhysX.Net

A .NET wrapper for NVIDIA PhysX 4.1.2 written using C++/CLI.
MIT License
206 stars 55 forks source link

OnContact missing in SimulationEventCallback #3

Closed kpko closed 10 years ago

kpko commented 10 years ago

The PhysX PxSimulationEventCallback has a method called onContact which gets called when two actors collide. It would be great if we could use this too in PhysX.NET.

Best regards, kpko

kpko commented 10 years ago

Fixed in ee8ef35 - great work :-)