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

Method SetMaxY

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

Source from the content-addressed store, hash-verified

166}
167
168void OrthographicCamera::SetMaxY(float maxY)
169{
170 yMax = maxY;
171 CreateProjection();
172}
173
174//=================================================================================================
175// PerspectiveCamera

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected