Liking cljdoc? Tell your friends :D

web.ar.core

web.ar interfaces.

web.ar interfaces.
raw docstring

No vars found in this namespace.

web.ar.XR

The XR interface of the WebXR Device API provides methods for an web.ar.XRSession object. Once a session is obtained, subsequent or VR interactions with the hardware are done through it.

The XR interface of the WebXR Device API provides methods for
an `web.ar.XRSession` object. Once a session is obtained, subsequent
or VR interactions with the hardware are done through it.
raw docstring

web.ar.XRFrame

The XRFrame interface of the WebXR Device API provides information to render a single frame of an AR/VR scene to the display. An of this object is passed to each call of the callback provided XRSession.requestAnimationFrame.

The XRFrame interface of the WebXR Device API provides information
to render a single frame of an AR/VR scene to the display. An
of this object is passed to each call of the callback provided
`XRSession.requestAnimationFrame`.
raw docstring

web.ar.XRInputSource

The XRInputSource interface of the WebXR Device API returns information the Web AR/VR control device being used. The control device is and defines a primary action. A primary action is a trigger, button, spoken command, or hand gesture that when performed produces selectend, and select events.

The XRInputSource interface of the WebXR Device API returns information
the Web AR/VR control device being used. The control device is
and defines a primary action. A primary action is a trigger,
button, spoken command, or hand gesture that when performed produces
`selectend`, and `select` events.
raw docstring

web.ar.XRSession

The XRSession of the WebXR Device API provides the means to interact an AR/VR device, providing features such as polling the viewer (viewer pose), getting information about the user's environment, presenting imagery to the user. To get an XRSession call XR.requestSession().

The XRSession of the WebXR Device API provides the means to interact
an AR/VR device, providing features such as polling the viewer
(viewer pose), getting information about the user's environment,
presenting imagery to the user. To get an XRSession call XR.requestSession().
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close