Final 2.68 from Nathanael Presson, mainly soft body related. Added raycast support for soft bodies (press comma-key in the soft body demos to toggle ray cast tests)

This commit is contained in:
erwin.coumans
2008-04-14 06:24:56 +00:00
parent 912b4ccd29
commit be2490e4fb
11 changed files with 472 additions and 279 deletions

View File

@@ -52,7 +52,9 @@ public:
bool m_autocam;
int m_showtrees;
bool m_raycast;
btScalar m_animtime;
btClock m_clock;
//keep the collision shapes, for deletion/cleanup
@@ -154,3 +156,4 @@ MACRO_SOFT_DEMO(16)//Init_BunnyMatch
#endif //CCD_PHYSICS_DEMO_H