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

Method SetZRotation

Source/Graphics/camera.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void Camera::SetZRotation(const float new_val) {
120 old_z_rotation = z_rotation;
121 z_rotation = new_val;
122}
123
124void Camera::SetPos(const vec3& new_val) {
125 old_pos = pos;

Callers 3

DrawCubeMapMethod · 0.80
DrawImGuiCameraPreviewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected