MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / LookUp

Method LookUp

RavEngine_Test/PlayerActor.hpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 2

LocalRotateDeltaMethod · 0.80
transformMethod · 0.45

Tested by

no test coverage detected