Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetFacing
Method
SetFacing
Source/Graphics/camera.cpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void Camera::SetFacing(const vec3& _facing) {
112
facing = _facing;
113
}
114
115
void Camera::SetUp(const vec3& _up) {
116
up = _up;
Callers
2
Execute
Method · 0.80
AS_MetaCameraSetFacing
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected