diff --git a/docs/components/real-world-meshing.md b/docs/components/real-world-meshing.md index 36c2958b9cf..1e28a536917 100644 --- a/docs/components/real-world-meshing.md +++ b/docs/components/real-world-meshing.md @@ -9,8 +9,7 @@ examples: [] Set this component on the scene element to render meshes corresponding to 3D surfaces detected in user's environment: this includes planes and meshes corresponding to floor, ceiling, walls and other objects. Each plane or meshes comes with a label indicating the type of surface or object. -This component requires a browser with support for the [WebXR Mesh Detection Module]([object -pooling](https://en.wikipedia.org/wiki/Object_pool_pattern) and the [WebXR Plane Detection Module](https://immersive-web.github.io/real-world-geometry/plane-detection.html). The system / headset used might require additional scene setup by the use like setting up floor, walls, ceiling or labeling furniture in the space. +This component requires a browser with support for the [WebXR Mesh Detection Module](https://immersive-web.github.io/real-world-meshing/) and the [WebXR Plane Detection Module](https://immersive-web.github.io/real-world-geometry/plane-detection.html). The system / headset used might require additional scene setup by the use like setting up floor, walls, ceiling or labeling furniture in the space. ## Example