MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetFrontClip

Function GetFrontClip

trinity/Tr2Renderer_Blue.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 "The matrix is a 4x4 tuple of floats." );
47
48static float GetFrontClip()
49{
50 return Tr2Renderer::GetFrontClip();
51}
52MAP_FUNCTION_AND_WRAP( "GetFrontClip", GetFrontClip, "Returns the near-plane z value." );
53
54static float GetBackClip()

Callers 11

PickObjectMethod · 0.85
RenderPickingMethod · 0.85
ComputeCORTAOMethod · 0.85
OnModifiedMethod · 0.85
CalculateBoxPositionMethod · 0.85
RenderUpscalingMethod · 0.85
SetupCascadedShadowsMethod · 0.85
GetPerObjectDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected