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

Method GetInverseViewProjectionMatrix

src/engine/View.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216float4x4 PlanarView::GetInverseViewProjectionMatrix(bool includeOffset) const
217{
218 EnsureCacheIsValid();
219 return includeOffset ? m_ViewProjOffsetMatrixInv : m_ViewProjMatrixInv;
220}
221
222nvrhi::Rect PlanarView::GetViewExtent() const
223{

Callers 1

RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected