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

Method SetUp

Source/Graphics/camera.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void Camera::SetUp(const vec3& _up) {
116 up = _up;
117}
118
119void Camera::SetZRotation(const float new_val) {
120 old_z_rotation = z_rotation;

Callers 2

ExecuteMethod · 0.45
AS_MetaCameraSetUpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected