You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current WebXR Frustum Culling in multi-view session constructs Frustrum from the left view, which leads to early culling on the right edge of the right view.
We need to construct combined Frustrum from both view projections.
Current WebXR Frustum Culling in multi-view session constructs Frustrum from the left view, which leads to early culling on the right edge of the right view.
We need to construct combined Frustrum from both view projections.