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:
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user