MCPcopy 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
111void Camera::SetFacing(const vec3& _facing) {
112 facing = _facing;
113}
114
115void Camera::SetUp(const vec3& _up) {
116 up = _up;

Callers 2

ExecuteMethod · 0.80
AS_MetaCameraSetFacingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected