Back to Three Js

XRPlanes

docs/pages/XRPlanes.html

latest542 B
Original Source

Import

XRPlanes is an addon, and must be imported explicitly, see Installation#Addons.

import { XRPlanes } from 'three/addons/webxr/XRPlanes.js';

Constructor

new XRPlanes( renderer : WebGLRenderer | WebGPURenderer )

Constructs a new XR plane container.

| renderer |

The renderer.

|

Source

examples/jsm/webxr/XRPlanes.js