Panda PhysX

http://enn0x.p3dp.com/libpandaphysx_0.4.1.zip

This is a maintainance release. No big features have been added:

  • Adds documentation on class level for all classes.
  • Adds documentation on method level for many classes.
  • Adds support for fixed and variable timesteps.
  • Adds feedback filter for smoth autostepping for box controllers.
  • Displacement algorithm for controllers now supports minDist parameter.
  • Adds raycastAll method to scenes.
  • PhysKitchen::cookMesh renamed to cookTriangleMesh
  • PhysKitchen::cookConvex renamed to cookConvexMesh
  • Removed a bug in SConstruct (interrogate did not parse cxx files)
  • Removed a compile warning on Linux (delete void*)
  • Upgraded to scons-1.1.0 and added a missing import in physController.h
  • Uses quadtree pruning structure for accelerating scene squeries.

(see included file doc/HISTORY.txt)

enn0x