feat: update A-Frame version and drag component
Upgraded to A-Frame 1.5.0 for improved VR features and compatibility, and switched to a maintained version of the aframe-click-drag-component to ensure ongoing support and stability. This update addresses potential compatibility issues with newer VR environments and provides access to the latest features and fixes from A-Frame. By moving to a maintained version of the click-drag component, we ensure that our application stays robust against future changes in the A-Frame ecosystem.
This commit is contained in:
parent
643d249631
commit
3b87e2178e
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ Use directly from the unpkg CDN:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<head>
|
<head>
|
||||||
<script src="https://aframe.io/releases/0.3.0/aframe.min.js"></script>
|
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
|
||||||
<script src="https://unpkg.com/aframe-click-drag-component"></script>
|
<script src="https://unpkg.com/@kumitterer/aframe-click-drag-component"></script>
|
||||||
<script>
|
<script>
|
||||||
registerAframeClickDragComponent(window.AFRAME);
|
registerAframeClickDragComponent(window.AFRAME);
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue