Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ updateShape
Method
updateShape
examples/ExampleBrowser/OpenGLGuiHelper.cpp:1552–1555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1550
}
1551
1552
void OpenGLGuiHelper::updateShape(int shapeIndex, float* vertices, int numVertices)
1553
{
1554
m_data->m_glApp->m_renderer->updateShape(shapeIndex, vertices, numVertices);
1555
}
Callers
2
syncPhysicsToGraphics
Method · 0.45
stepSimulation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected