new VRDisplayCapabilities()
Added some properties to the VRDisplayCapabilities class of the WebVR spec https://w3c.github.io/webvr/#interface-vrdisplay.
- Source:
Members
(readonly) hasADFSupport :boolean
A flag that indicates if the VRDisplay is able to support Area Description Files (true) or not (false).
Type:
- boolean
- Source:
- See:
(readonly) hasMarkerSupport :boolean
A flag that indicates if the VRDisplay is able to support marker detection (true) or not (false).
Type:
- boolean
- Source:
- See:
(readonly) hasPointCloud :boolean
A flag that indicates if the VRDisplay is able to provide a point cloud (true) or not (false).
Type:
- boolean
- Source:
(readonly) hasSeeThroughCamera :boolean
A flag that indicates if the VRDisplay is able to provide a VRSeeThroughCamera instance (true) or not (false).
Type:
- boolean
- Source: