MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setNearDist

Method setNearDist

Engine/source/math/util/frustum.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195//-----------------------------------------------------------------------------
196
197void Frustum::setNearDist( F32 nearDist )
198{
199 setNearFarDist( nearDist, mFarDist );
200}
201
202//-----------------------------------------------------------------------------
203

Callers 1

getZBiasProjectionMatrixFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected