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

Function GetBackClip

trinity/Tr2Renderer_Blue.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52MAP_FUNCTION_AND_WRAP( "GetFrontClip", GetFrontClip, "Returns the near-plane z value." );
53
54static float GetBackClip()
55{
56 return Tr2Renderer::GetBackClip();
57}
58MAP_FUNCTION_AND_WRAP( "GetBackClip", GetBackClip, "Returns the far-plane z value." );
59
60static float GetFieldOfView()

Callers 7

RenderPickingMethod · 0.85
ComputeCORTAOMethod · 0.85
RenderUpscalingMethod · 0.85
SetupCascadedShadowsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected