Capítulo 635 de 859
A utility class for the WebXR Plane Detection Module. If planes are detected by WebXR, this class will automatically add them as thin box meshes to the scene when below code snippet is used.
const planes = new XRPlanes( renderer );
scene.add( planes );
Constructor
| Signature |
|---|
| `new XRPlanes( renderer : WebGLRenderer |