From 12dbcae55475475c6304171ec0b4f8b0b24acdbb Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Sun, 19 Nov 2023 15:40:20 +0100 Subject: [PATCH] orbit-controls maintained 1.5.0 --- en/pages/component-directory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/pages/component-directory.md b/en/pages/component-directory.md index 8e1422e1b..8d5c9d6e1 100644 --- a/en/pages/component-directory.md +++ b/en/pages/component-directory.md @@ -159,7 +159,7 @@ If you find something that isn't here add it! If you build something, add it! Ol | object-model | Loader for THREE.ObjectLoader-compatible models. | [Repo](https://github.com/c-frame/aframe-extras/tree/master/src/loaders) | None | Maintained | 1.4.2 | | | object-parent | Switch parent of an object3D | [Repo](https://diarmidmackenzie.github.io/aframe-components/components/object-parent/) | None | Maintained | 1.3.0 | | | ocean | Flat-shaded, animated ocean primitive and component.| [Repo](https://github.com/c-frame/aframe-extras/tree/master/src/primitives) | None | Maintained | 1.4.2 | | -| orbit-controls | Orbit controls component for A-Frame. | [Repo](https://github.com/supermedium/superframe/tree/master/components/orbit-controls/) | [Example](https://supermedium.com/superframe/components/orbit-controls/) | Maintained | 1.4.2 | | +| orbit-controls | Orbit controls component for A-Frame. | [Repo](https://github.com/supermedium/superframe/tree/master/components/orbit-controls/) | [Example](https://supermedium.com/superframe/components/orbit-controls/) | Maintained | 1.5.0 | | | outline | Two-pass Outline effect component for A-Frame | [Repo](https://github.com/takahirox/aframe-outline) | [Example](https://rawgit.com/takahirox/aframe-outline/v1.1.1/index.html) | Unknown| 0.7.1 | | | parallax-mapping | Create the illusion of 3d geometry with just a shader and a cubemap, [a la spiderman](https://www.youtube.com/watch?v=eX7x1mJrQJs) | [Repo](https://github.com/kylebakerio/aframe-interior-parallax-mapping) | [Example]([https://rawgit.com/takahirox/aframe-outline/v1.1.1/index.html](https://interior-parallax-mapping-aframe.glitch.me/building.html)) | Maintained | 1.4.2 | | | parametric-curve | Draw Parametric curves | [Repo](https://github.com/stemkoski/A-Frame-Examples/blob/master/js/aframe-parametric-curve.js) | [Example](https://stemkoski.github.io/A-Frame-Examples/curves-tubes.html), [Following Path]([Example](https://stemkoski.github.io/A-Frame-Examples/parametric-path-follow.html)) | Maintained | 1.3.0 | curve, [follow-parametric-curve](https://github.com/stemkoski/A-Frame-Examples/blob/master/js/aframe-curve-follow.js) |