Capítulo 619 de 859
A utility class for creating a button that allows to initiate immersive VR sessions based on WebXR. The button can be created with a factory method and then appended ot the website's DOM.
document.body.appendChild( VRButton.createButton( renderer ) );
Properties
| Property | Description |
|---|---|
.xrSessionIsGranted : boolean | Whether a XR session has been granted or not. |