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

Function SetViewTransform

trinity/Tr2Renderer_Blue.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "TriPythonContext.h"
8
9static void SetViewTransform( const Matrix& m )
10{
11 Tr2Renderer::SetViewTransform( m );
12}
13MAP_FUNCTION_AND_WRAP( "SetViewTransform", SetViewTransform, "Sets the view matrix for rendering.\n\n"
14 ":param matrix: 4-tuple of 4-tuples representing a D3D view matrix" );
15

Callers 14

StartRenderFaceMethod · 0.85
PopViewTransformMethod · 0.85
ExecuteMethod · 0.85
RenderShadowsMethod · 0.85
SetCameraToRendererMethod · 0.85
UpdateImpostorsMethod · 0.85
RenderReflectionPassMethod · 0.85
RenderBackgroundPassMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected