Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
void Camera::SetZRotation(const float new_val) {
120
old_z_rotation = z_rotation;
121
z_rotation = new_val;
122
}
123
124
void Camera::SetPos(const vec3& new_val) {
125
old_pos = pos;
Callers
3
DrawCubeMap
Method · 0.80
DrawImGuiCameraPreview
Function · 0.80
AS_MetaCameraSetZRotation
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected