Finally upgraded to latest Bullet subversion, about to release 2.71. Some recent changes in extern/bullet2 need to be re-applied, will check with Benoit. Ray tests in 0_FPS_Template.blend is broken, didn't figure out why yet.

HELP BUILD SYSTEM MAINTAINERS: Please help with updating all build systems: the newly added files need to be added. Note that the src/SoftBody has been added for future extension of real-time soft bodies.
This commit is contained in:
Erwin Coumans
2008-09-03 02:27:16 +00:00
parent 33ac84e888
commit 1926e84650
221 changed files with 24976 additions and 5260 deletions

View File

@@ -245,6 +245,11 @@ struct BlenderDebugDraw : public btIDebugDraw
{
return m_debugMode;
}
///todo: find out if Blender can do this
virtual void draw3dText(const btVector3& location,const char* textString)
{
}
};