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

Function GetProjectionTransform

trinity/Tr2Renderer_Blue.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39MAP_FUNCTION_AND_WRAP( "GetViewPosition", GetViewPosition, "Returns the view (camera) position as a tuple of 3 floats." );
40
41static Matrix GetProjectionTransform()
42{
43 return Tr2Renderer::GetProjectionTransform();
44}
45MAP_FUNCTION_AND_WRAP( "GetProjectionTransform", GetProjectionTransform, "Returns the projection matrix used for rendering.\n"
46 "The matrix is a 4x4 tuple of floats." );
47

Callers 15

UpdateValueMethod · 0.85
ComputeCORTAOMethod · 0.85
GetFrustumMethod · 0.85
InitRenderPassMethod · 0.85
RenderBonesMethod · 0.85
ProjectWorldToScreenMethod · 0.85
RenderMethod · 0.85
VisibilityQueryMethod · 0.85
RenderShadowsMethod · 0.85
RenderDebugInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected