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

Method ClearMotions

GTE/Applications/CameraRig.cpp:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void CameraRig::ClearMotions()
92{
93 mMotion = nullptr;
94 mIndirectMap.clear();
95 mNumActiveMotions = 0;
96 std::fill(mActiveMotions.begin(), mActiveMotions.end(), nullptr);
97}
98
99void CameraRig::MoveForward()
100{

Callers 1

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected