MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / Update

Method Update

GTE/Samples/Physics/FreeTopFixedTip/PhysicsModule.cpp:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void PhysicsModule::Update()
93{
94 // Apply a single step to the ODE solver.
95 if (mSolver)
96 {
97 mSolver->Update(mTime, mState, mTime, mState);
98 }
99}
100
101

Callers 15

OnIdleMethod · 0.45
CreateSceneMethod · 0.45
PhysicsTickMethod · 0.45
OnIdleMethod · 0.45
CreateSceneMethod · 0.45
CreateBoxesMethod · 0.45
UpdateMeshMethod · 0.45
UpdateSegmentsMethod · 0.45
OnMouseDownMethod · 0.45
OnMouseMoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected