MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SetUp

Method SetUp

Source/Engine/Graphics/RenderView.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void RenderView::SetUp(const Matrix& viewProjection)
100{
101 // Copy data
102 Matrix::Invert(viewProjection, IVP);
103 Frustum.SetMatrix(viewProjection);
104 CullingFrustum = Frustum;
105}
106
107void RenderView::SetUp(const Matrix& view, const Matrix& projection)
108{

Callers 5

SetupLightMethod · 0.45
RenderMethod · 0.45
onJobRenderMethod · 0.45
DecomposeMethod · 0.45
DecomposeMethod · 0.45

Calls 3

InvertFunction · 0.50
MultiplyFunction · 0.50
SetMatrixMethod · 0.45

Tested by

no test coverage detected