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

Method LookRight

RavEngine_Test/PlayerActor.hpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
49
50 virtual void Tick(float scale) {
51 dt = scale;

Callers

nothing calls this directly

Calls 1

LocalRotateDeltaMethod · 0.80

Tested by

no test coverage detected