Articles tagged: VR
Found 78 documents
- Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_A-Frame The WebVR and WebGL APIs already enable us to start creating virtual reality (VR) experiences ...
- Web/API/Gamepad/displayId The displayId read-only property of the Gamepad interface returns the VRDisplay.displayId of the ...
- Web/API/HMDVRDevice The HMDVRDevice interface of the WebVR API represents a head mounted display, providing access ...
- Web/API/HMDVRDevice/getEyeParameters The getEyeParameters() method of the HMDVRDevice interface returns current parameters for the ...
- Web/API/HMDVRDevice/setFieldOfView The setFieldOfView() method of the HMDVRDevice interface can be used to set the field of view ...
- Web/API/Navigator/activeVRDisplays The activeVRDisplays read-only property of the Navigator interface returns an array containing ...
- Web/API/Navigator/getVRDisplays The getVRDisplays() method of the Navigator interface returns a promise that resolves to an ...
- Web/API/PositionSensorVRDevice The PositionSensorVRDevice interface of the WebVR API represents VR hardware's position sensor. ...
- Web/API/PositionSensorVRDevice/getImmediateState The getImmediateState() method of the VRDevice interface returns the current instantaneous ...
- Web/API/PositionSensorVRDevice/getState The getState() method of the PositionSensorVRDevice interface returns the current state of the ...
- Web/API/PositionSensorVRDevice/resetSensor The resetSensor() method of the VRDevice interface can be used to reset the sensor if desired, ...
- Web/API/VRDisplay The VRDisplay interface of the WebVR API represents any VR device supported by this API. It ...
- Web/API/VRDisplay/cancelAnimationFrame The cancelAnimationFrame() method of the VRDisplay interface is a special implementation of ...
- Web/API/VRDisplay/capabilities The capabilities read-only property of the VRDisplay interface returns a VRDisplayCapabilities ...
- Web/API/VRDisplay/depthFar The depthFar property of the VRDisplay interface gets and sets the z-depth defining the far ...
- Web/API/VRDisplay/depthNear The depthNear property of the VRDisplay interface gets and sets the z-depth defining the near ...
- Web/API/VRDisplay/displayId The displayId read-only property of the VRDisplay interface returns an identifier for this ...
- Web/API/VRDisplay/displayName The displayName read-only property of the VRDisplay interface returns a human-readable name to ...
- Web/API/VRDisplay/exitPresent The exitPresent() method of the VRDisplay interface stops the VRDisplay presenting a scene.
- Web/API/VRDisplay/getEyeParameters The getEyeParameters() method of the VRDisplay interface returns the VREyeParameters object ...
- Web/API/VRDisplay/getImmediatePose The getImmediatePose() method of the VRDisplay interface returns a VRPose object defining the ...
- Web/API/VRDisplay/getLayers The getLayers() method of the VRDisplay interface returns the layers currently being presented ...
- Web/API/VRDisplay/getPose The getPose() method of the VRDisplay interface returns a VRPose object defining the future ...
- Web/API/VRDisplay/hardwareUnitId The hardwareUnitId read-only property of the VRDevice interface returns the distinct hardware ID ...
- Web/API/VRDisplay/isConnected The isConnected read-only property of the VRDisplay interface returns a Boolean indicating ...
- Web/API/VRDisplay/isPresenting The isPresenting read-only property of the VRDisplay interface returns a Boolean indicating ...
- Web/API/VRDisplay/requestAnimationFrame The requestAnimationFrame() method of the VRDisplay interface is a special implementation of ...
- Web/API/VRDisplay/requestPresent The requestPresent() method of the VRDisplay interface starts the VRDisplay presenting a scene.
- Web/API/VRDisplay/resetPose The resetPose() method of the VRDisplay interface resets the pose for the VRDisplay, treating ...
- Web/API/VRDisplay/stageParameters The stageParameters read-only property of the VRDisplay interface returns a VRStageParameters ...
- Web/API/VRDisplay/submitFrame The submitFrame() method of the VRDisplay interface captures the current state of the VRLayer ...
- Web/API/VRDisplayCapabilities The VRDisplayCapabilities interface of the WebVR API describes the capabilities of a VRDisplay — ...
- Web/API/VRDisplayCapabilities/canPresent The canPresent read-only property of the VRDisplayCapabilities interface returns a Boolean ...
- Web/API/VRDisplayCapabilities/hasExternalDisplay The hasExternalDisplay read-only property of the VRDisplayCapabilities interface returns a ...
- Web/API/VRDisplayCapabilities/hasOrientation The hasOrientation read-only property of the VRDisplayCapabilities interface returns a Boolean ...
- Web/API/VRDisplayCapabilities/hasPosition The hasPosition read-only property of the VRDisplayCapabilities interface returns a Boolean ...
- Web/API/VRDisplayCapabilities/maxLayers The maxLayers read-only property of the VRDisplayCapabilities interface returns a number ...
- Web/API/VREyeParameters The VREyeParameters interface of the WebVR API represents all the information required to ...
- Web/API/VREyeParameters/fieldOfView The fieldOfView read-only property of the VREyeParameters interface describes t he current field ...
- Web/API/VREyeParameters/maximumFieldOfView The maximumFieldOfView read-only property of the VREyeParameters interface describes the maximum ...
- Web/API/VREyeParameters/minimumFieldOfView The minimumFieldOfView read-only property of the VREyeParameters interface describes the minimum ...
- Web/API/VREyeParameters/offset The offset read-only property of the VREyeParameters interface r epresents the o ffset from the ...
- Web/API/VREyeParameters/recommendedFieldOfView The recommendedFieldOfView read-only property of the VREyeParameters interface describes the ...
- Web/API/VREyeParameters/renderHeight The renderHeight read-only property of the VREyeParameters interface describes the recommended ...
- Web/API/VREyeParameters/renderRect The renderRect read-only property of the VREyeParameters interface specifies the viewport of a ...
- Web/API/VREyeParameters/renderWidth The renderWidth read-only property of the VREyeParameters interface describes the recommended ...
- Web/API/VRFieldOfView The VRFieldOfView interface of the WebVR API represents a field of view defined by 4 different ...
- Web/API/VRFieldOfView/downDegrees The downDegrees read-only property of the VRFieldOfView interface returns the number of degrees ...
- Web/API/VRFieldOfView/leftDegrees The leftDegrees read-only property of the VRFieldOfView interface returns the number of degrees ...
- Web/API/VRFieldOfView/rightDegrees The rightDegrees read-only property of the VRFieldOfView interface returns the number of degrees ...
- Web/API/VRFieldOfView/upDegrees The upDegrees read-only property of the VRFieldOfView interface returns the number of degrees ...
- Web/API/VRFieldOfView/VRFieldOfView The VRFieldOfView() constructor creates a new VRFieldOFView object.
- Web/API/VRFieldOfViewReadOnly The VRFieldOfViewReadOnly interface of the WebVR API contains the raw definition for the degree ...
- Web/API/VRLayer The VRLayer interface (dictionary) of the WebVR API represents a content layer (an ...
- Web/API/VRLayer/leftBounds The leftBounds read-only property of the VRLayer interface (dictionary) defines the left texture ...
- Web/API/VRLayer/rightBounds The rightBounds read-only property of the VRLayer interface (dictionary) defines the right ...
- Web/API/VRLayer/source The source read-only property of the VRLayer interface (dictionary) defines the canvas whose ...
- Web/API/VRPose The VRPose interface of the WebVR API represents the state of a VR sensor at a given timestamp ...
- Web/API/VRPose/angularAcceleration The angularAcceleration read-only property of the VRPose interface returns the angular ...
- Web/API/VRPose/angularVelocity The angularVelocity read-only property of the VRPose interface returns the angular velocity of ...
- Web/API/VRPose/hasOrientation The hasOrientation read-only property of the VRPositionState interface returns a boolean ...
- Web/API/VRPose/hasPosition The hasPosition read-only property of the VRPositionState interface returns a boolean indicating ...
- Web/API/VRPose/linearAcceleration The linearAcceleration read-only property of the VRPose interface returns the linear ...
- Web/API/VRPose/linearVelocity The linearVelocity read-only property of the VRPose interface returns the linear velocity of the ...
- Web/API/VRPose/orientation The orientation read-only property of the VRPositionState interface returns the orientation of ...
- Web/API/VRPose/position The position read-only property of the VRPose interface returns the position of the VRDisplay at ...
- Web/API/VRPose/timeStamp The timestamp read-only property of the VRPose interface returns the current time stamp of the ...
- Web/API/VRStageParameters The VRStageParameters interface of the WebVR API represents the values describing the the stage ...
- Web/API/VRStageParameters/sittingToStandingTransform The sittingToStandingTransform read-only property of the VRStageParameters interface contains a ...
- Web/API/VRStageParameters/sizeX The sizeX read-only property of the VRStageParameters interface returns the w idth of the ...
- Web/API/VRStageParameters/sizeY The sizeY read-only property of the VRStageParameters interface returns the depth of the ...
- Web/API/WebVR_API WebVR provides support for exposing virtual reality devices — for example head-mounted displays ...
- Web/API/WebVR_API/Using_the_WebVR_API The WebVR API is a fantastic addition to the web developer's toolkit, allowing access to virtual ...
- Web/API/WebVR_API/WebVR_concepts This article discusses some of the concepts and theory behind virtual reality (VR). If you are a ...
- Web/API/WebVR_API/WebVR_environment_setup In this article, we'll take you through what you need to set up your WebVR testing environment — ...
- Web/API/Window/onvrdisplayconnected The onvrdisplayconnected property of the SpeechSynthesis interface represents an event handler ...
- Web/API/Window/onvrdisplaydisconnected The onvrdisplaydisconnected event handler property of the Window interface is called when a ...
- Web/API/Window/onvrdisplaypresentchange The onvrdisplaypresentchange property of the SpeechSynthesis interface represents an event ...