stilldesign / PhysX.Net

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

Physics in now the joint owner/creator, not scene #11

Closed gepa21 closed 9 years ago

gepa21 commented 9 years ago

Changed owner to the physics object instead of scene to match the PhysX sdk architecture and for user to be able to create joints without the scene. I left the CreateJoint() in scene class but they ask physic to make them.