Skip to content

Commit

Permalink
Fix examples path to aframe builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Nov 14, 2023
1 parent b1bd83d commit 2710b21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/mixed-reality/anchor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Anchor (Mixed Reality) • A-Frame</title>
<meta name="description" content="Anchor (Mixed Reality) • A-Frame">
<script src="../../dist/aframe-master.js"></script>
<script src="../../../dist/aframe-master.js"></script>
<script src="../../js/info-message.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aframe-environment-component.min.js"></script>
<script src="anchor-grabbed-entity.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions examples/mixed-reality/real-world-meshing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Real World Meshing (Mixed Reality) • A-Frame</title>
<meta name="description" content="Real World Meshing (Mixed Reality) • A-Frame">
<script src="../../dist/aframe-master.js"></script>
<script src="../../../dist/aframe-master.js"></script>
<script src="../../js/info-message.js"></script>
<script src="../../js/center-model.js"></script>
<script src="hide-model-parts.js"></script>
Expand All @@ -23,7 +23,7 @@
* source: https://sketchfab.com/3d-models/coffee-963a9e5d288c42509886c5efd4fedd3c
* author: Rosnandie Yikie (https://sketchfab.com/rosnandie.yikie) -->
<a-asset-item id="coffee"
src="https://cdn.aframe.io/examples/mixed-reality/real-world-meshing/models/ coffee.glb"
src="https://cdn.aframe.io/examples/mixed-reality/real-world-meshing/models/coffee.glb"
response-type="arraybuffer" crossorigin="anonymous"></a-asset-item>
<a-asset-item id="messageText" src="message.html"></a-asset-item>
<a-mixin
Expand Down
2 changes: 1 addition & 1 deletion examples/showcase/hand-tracking-grab-controls/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Hand Tracking Grab Controls • A-Frame</title>
<meta name="description" content="Hand Tracking Grab Controls • A-Frame">
<script src="../../dist/aframe-master.js"></script>
<script src="../../../dist/aframe-master.js"></script>
<script src="../../js/spatial-ui/spatial-utils.js"></script>
<script src="../../js/spatial-ui/spatial-modal.js"></script>
<script src="../../js/spatial-ui/spatial-hero-image.js"></script>
Expand Down

0 comments on commit 2710b21

Please sign in to comment.