MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SetFarClip

Method SetFarClip

SampleFramework12/v1.00/Graphics/Camera.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void Camera::SetFarClip(float newFarClip)
113{
114 farZ = newFarClip;
115 CreateProjection();
116}
117
118void Camera::SetProjection(const Float4x4& newProjection)
119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected