| 137 | } |
| 138 | |
| 139 | void CameraRig::MoveLeft() |
| 140 | { |
| 141 | if (mCamera) |
| 142 | { |
| 143 | mCamera->SetPosition(mCamera->GetPosition() - mTranslationSpeed*mWorldAxis[2]); |
| 144 | } |
| 145 | } |
| 146 | |
| 147 | void CameraRig::TurnRight() |
| 148 | { |
nothing calls this directly
no test coverage detected