HolographicCameraViewportParameters.VisibleAreaMesh 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 can see, given the headset's lens geometry.
public:
property Platform::Array <float2> ^ VisibleAreaMesh { Platform::Array <float2> ^ get(); };
winrt::array_view <float2> VisibleAreaMesh();
public Vector2[] VisibleAreaMesh { get; }
var vector2[] = holographicCameraViewportParameters.visibleAreaMesh;
Public ReadOnly Property VisibleAreaMesh As Vector2()
Property Value
The visible area mesh vertices.
Remarks
An app can improve performance by only rendering to the pixels covered by the visible area mesh.
If it is more convenient to reason about the hidden area rather than the visible area, inspect the HiddenAreaMesh property instead.