MCPcopy 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
1552void OpenGLGuiHelper::updateShape(int shapeIndex, float* vertices, int numVertices)
1553{
1554 m_data->m_glApp->m_renderer->updateShape(shapeIndex, vertices, numVertices);
1555}

Callers 2

syncPhysicsToGraphicsMethod · 0.45
stepSimulationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected