Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
void Camera::SetXRotation(const float new_val) {
107
old_x_rotation = x_rotation;
108
x_rotation = new_val;
109
}
110
111
void Camera::SetFacing(const vec3& _facing) {
112
facing = _facing;
Callers
4
Execute
Method · 0.80
DrawCubeMap
Method · 0.80
DrawImGuiCameraPreview
Function · 0.80
AS_MetaCameraSetXRotation
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected