Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 813 Bytes

holographiccameraviewportparameters_visibleareamesh.md

File metadata and controls

26 lines (17 loc) · 813 Bytes
-api-id -api-type
P:Windows.Graphics.Holographic.HolographicCameraViewportParameters.VisibleAreaMesh
winrt property

Windows.Graphics.Holographic.HolographicCameraViewportParameters.VisibleAreaMesh

-description

Gets vertices in NDC space that define the viewport area the user can see, given the headset's lens geometry.

-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.

-see-also

-examples