MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / SetNear

Method SetNear

ZEngine/src/PerspectiveCameraController.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 void PerspectiveCameraController::SetNear(float value) {
43 m_camera_near = value;
44 UpdateProjectionMatrix();
45 }
46
47 float PerspectiveCameraController::GetFar() const {
48 return m_camera_far;

Callers 1

RenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected