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

Method MoveLeft

GTE/Applications/CameraRig.cpp:139–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void CameraRig::MoveLeft()
140{
141 if (mCamera)
142 {
143 mCamera->SetPosition(mCamera->GetPosition() - mTranslationSpeed*mWorldAxis[2]);
144 }
145}
146
147void CameraRig::TurnRight()
148{

Callers

nothing calls this directly

Calls 2

SetPositionMethod · 0.45
GetPositionMethod · 0.45

Tested by

no test coverage detected