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