remove that odd triangle in the origin of samurai castle (VR)
add rolling/spinning friction to cube, remove it from plane/samurai.urdf URDF2Bullet: support joint limits for revolute and prismatic, only if defined (if upper < lower, disable limit) add some profiling markers to improve performance
This commit is contained in:
@@ -505,6 +505,8 @@ void OpenGLGuiHelper::autogenerateGraphicsObjects(btDiscreteDynamicsWorld* rbWor
|
||||
|
||||
void OpenGLGuiHelper::drawText3D( const char* txt, float posX, float posY, float posZ, float size)
|
||||
{
|
||||
B3_PROFILE("OpenGLGuiHelper::drawText3D");
|
||||
|
||||
btAssert(m_data->m_glApp);
|
||||
m_data->m_glApp->drawText3D(txt,posX,posY,posZ,size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user