Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.16 KB

index.md

File metadata and controls

39 lines (28 loc) · 1.16 KB
title short-title slug page-type browser-compat
XRViewport: y property
y
Web/API/XRViewport/y
web-api-instance-property
api.XRViewport.y

{{APIRef("WebXR Device API")}}{{SecureContext_Header}}

The read-only {{domxref("XRViewport")}} interface's y property indicates the offset from the bottom edge of the destination surface (typically a {{domxref("XRWebGLLayer")}}) to the bottom edge of the viewport within the surface into which WebXR content is to be rendered. The viewport's {{domxref("XRViewport.x", "x")}} property identifies the x component of the origin, and its is given by the {{domxref("XRViewPort.width", "width")}} and {{domxref("XRViewport.height", "height")}} properties.

Value

The offset from the bottom edge of the rendering surface to the bottom edge of the viewport, in pixels.

Note

Although other web APIs typically consider the y axis to begin at the top and grow larger progressing downward, WebGL reverses this, with y growing larger as it goes upward on the screen.

Examples

See the main {{domxref("XRViewport")}} page for examples.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}