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

Method SetMaxX

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

Source from the content-addressed store, hash-verified

160}
161
162void OrthographicCamera::SetMaxX(float maxX)
163{
164 xMax = maxX;
165 CreateProjection();
166}
167
168void OrthographicCamera::SetMaxY(float maxY)
169{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected