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

Method GetViewDirection

src/engine/View.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169float3 PlanarView::GetViewDirection() const
170{
171 EnsureCacheIsValid();
172 return m_ViewMatrixInv.m_linear[2];
173}
174
175frustum PlanarView::GetViewFrustum() const
176{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected