PhysX.NET beta 3

Posted by SeaEagle1 on 24 August 2008 | 0 Comments

Tags:

A new beta version for the PhysX wrapper. Instead of more stability, this one probably is less stable than beta 2, but you'll get some new stuff for it. First of all it wraps the latest SDK version 2.8.1. Second is that it now includes function overloads, so you don't have to search through the manual for default values anymore. Third and the part that needs most testing are finalizers for objects that are created in managed code. This reduces the chances that a memory leak will occur, but might sometimes result in an AccessViolationException because an object is collected before PhysX was finished with it. My recommendation is to keep using the IDisposable pattern as this will also make sure that the class is not collected until you dispose it.


You can't post comments until you have logged in. Please login by clicking here.

Comments

No one has commented on this page yet.

RSS feed for comments on this page | RSS feed for all comments