HolographicCameraViewportParameters.HiddenAreaMesh Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets vertices in NDC space that define the viewport area the user cannot see, given the headset's lens geometry.
public:
property Platform::Array <float2> ^ HiddenAreaMesh { Platform::Array <float2> ^ get(); };
winrt::array_view <float2> HiddenAreaMesh();
public Vector2[] HiddenAreaMesh { get; }
var vector2[] = holographicCameraViewportParameters.hiddenAreaMesh;
Public ReadOnly Property HiddenAreaMesh As Vector2()
Property Value
The hidden area mesh vertices.
Remarks
An app can improve performance by not rendering to the pixels covered by the hidden area mesh.
If it is more convenient to reason about the visible area rather than the hidden area, inspect the VisibleAreaMesh property instead.