| 41 | } |
| 42 | |
| 43 | void LookUp(float amt) { |
| 44 | cameraEntity->transform()->LocalRotateDelta(vector3(scaleRotation(amt), 0, 0)); |
| 45 | } |
| 46 | void LookRight(float amt) { |
| 47 | trans->LocalRotateDelta(quaternion(vector3(0, scaleRotation(amt), 0))); |
| 48 | } |
nothing calls this directly
no test coverage detected