Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
void OrthographicCamera::SetMaxX(float maxX)
163
{
164
xMax = maxX;
165
CreateProjection();
166
}
167
168
void OrthographicCamera::SetMaxY(float maxY)
169
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected