MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SetXRotation

Method SetXRotation

Source/Graphics/camera.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void Camera::SetXRotation(const float new_val) {
107 old_x_rotation = x_rotation;
108 x_rotation = new_val;
109}
110
111void Camera::SetFacing(const vec3& _facing) {
112 facing = _facing;

Callers 4

ExecuteMethod · 0.80
DrawCubeMapMethod · 0.80
DrawImGuiCameraPreviewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected