| 37 | } |
| 38 | |
| 39 | void MoveUp(float amt) { |
| 40 | trans->LocalTranslateDelta(scaleMovement(amt) * trans->Up()); |
| 41 | } |
| 42 | |
| 43 | void LookUp(float amt) { |
| 44 | cameraEntity->transform()->LocalRotateDelta(vector3(scaleRotation(amt), 0, 0)); |
nothing calls this directly
no test coverage detected