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

Method SetMinY

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

Source from the content-addressed store, hash-verified

154}
155
156void OrthographicCamera::SetMinY(float minY)
157{
158 yMin = minY;
159 CreateProjection();
160}
161
162void OrthographicCamera::SetMaxX(float maxX)
163{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected