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

Method SetDistance

Source/Graphics/camera.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void Camera::SetDistance(const float new_val) {
90 old_chase_distance = chase_distance;
91 chase_distance = new_val;
92}
93
94void Camera::SetYRotation(const float new_val) {
95 old_y_rotation = y_rotation;

Callers 3

DrawCubeMapMethod · 0.80
DrawImGuiCameraPreviewFunction · 0.80
AS_MetaCameraSetDistanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected