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

Method GetViewProjectionMatrix

src/engine/View.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210float4x4 PlanarView::GetViewProjectionMatrix(bool includeOffset) const
211{
212 EnsureCacheIsValid();
213 return includeOffset ? m_ViewProjOffsetMatrix : m_ViewProjMatrix;
214}
215
216float4x4 PlanarView::GetInverseViewProjectionMatrix(bool includeOffset) const
217{

Callers 2

SetupViewMethod · 0.45
GetWorldToUvzwMatrixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected