From 087c7fd96d268020c33437307f4b7fd6a616db65 Mon Sep 17 00:00:00 2001 From: Bela Bohlender <85560643+bbohlender@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:29:07 +0200 Subject: [PATCH] remove outdated link from reintroducing-react-three-xr blog post --- data/blog/reintroducing-react-three-xr.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/data/blog/reintroducing-react-three-xr.mdx b/data/blog/reintroducing-react-three-xr.mdx index 8d0961f75..cd9090843 100644 --- a/data/blog/reintroducing-react-three-xr.mdx +++ b/data/blog/reintroducing-react-three-xr.mdx @@ -89,7 +89,6 @@ To go beyond this simple example and help you make the most out of the React Thr - **[Store](https://docs.pmnd.rs/xr/tutorials/store):**: Configure the XR store and learn its functions and state. - **[Interactions](https://docs.pmnd.rs/xr/tutorials/interactions):** Learn how to handle user interactions within your XR environment. -- **[Options](https://docs.pmnd.rs/xr/tutorials/options):** Customize settings to fit your specific needs. - **[Object Detection](https://docs.pmnd.rs/xr/tutorials/object-detection):** Implement object detection seamlessly. - **[Origin](https://docs.pmnd.rs/xr/tutorials/origin):** Manage the origin point as well as rotation and scale of your XR scene. - **[Teleport](https://docs.pmnd.rs/xr/tutorials/teleport):** Enable teleportation as a way of navigating your scene.