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

Method Update

GTE/Samples/Physics/BeadSlide/PhysicsModule.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void PhysicsModule::Update()
50{
51 // Apply a single step of the ODE solver.
52 if (mSolver)
53 {
54 mSolver->Update(mTime, mState, mTime, mState);
55 }
56}
57
58

Callers 1

ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected