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

Method GetInverseViewMatrix

src/engine/View.cpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192affine3 PlanarView::GetInverseViewMatrix() const
193{
194 EnsureCacheIsValid();
195 return m_ViewMatrixInv;
196}
197
198float4x4 PlanarView::GetProjectionMatrix(bool includeOffset) const
199{

Callers 1

RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected