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

Method SetNearClip

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

Source from the content-addressed store, hash-verified

104}
105
106void Camera::SetNearClip(float newNearClip)
107{
108 nearZ = newNearClip;
109 CreateProjection();
110}
111
112void Camera::SetFarClip(float newFarClip)
113{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected