MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / GetInverseProjectionMatrix

Method GetInverseProjectionMatrix

src/engine/View.cpp:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204float4x4 PlanarView::GetInverseProjectionMatrix(bool includeOffset) const
205{
206 EnsureCacheIsValid();
207 return includeOffset ? m_PixelOffsetMatrixInv * m_ProjMatrixInv : m_ProjMatrixInv;
208}
209
210float4x4 PlanarView::GetViewProjectionMatrix(bool includeOffset) const
211{

Callers 2

RenderMethod · 0.45
SetViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected