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