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

Function GetViewTransform

trinity/Tr2Renderer_Blue.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17static Matrix GetViewTransform()
18{
19 return Tr2Renderer::GetViewTransform();
20}
21MAP_FUNCTION_AND_WRAP( "GetViewTransform", GetViewTransform, "Returns the view matrix used for rendering.\n"
22 "The matrix is a 4-tuple of 4-tuples representing a D3D view matrix" );
23

Callers 15

UpdateValueMethod · 0.85
ComputeCORTAOMethod · 0.85
GetFrustumMethod · 0.85
RenderBonesMethod · 0.85
ProjectWorldToScreenMethod · 0.85
UpdateTransformMethod · 0.85
SetupPerFrameDataMethod · 0.85
RenderMethod · 0.85
VisibilityQueryMethod · 0.85
RenderShadowsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected