How to enable VR?
import { VRButton } from "/jsm/webxr/VRButton";renderer.xr.enabled = true;
document.body.appendChild(VRButton.createButton(renderer));
Run the VR experience on your phone
Last updated
Was this helpful?
