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

Method Update

GTE/Samples/Physics/FoucaultPendulum/PhysicsModule.cpp:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void PhysicsModule::Update()
119{
120 // Apply a single step to the ODE solver.
121 if (mSolver)
122 {
123 mSolver->Update(mTime, mState, mTime, mState);
124 }
125}
126
127

Callers 3

OnIdleMethod · 0.45
PhysicsTickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected