Skip to content

Commit

Permalink
Merge pull request #434 from diarmidmackenzie/move-to-1.5.0
Browse files Browse the repository at this point in the history
Move examples to 1.5.0
  • Loading branch information
vincentfretin authored Nov 21, 2023
2 parents d564aad + 7d1d842 commit cbd68e2
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/animation-controls/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no,maximum-scale=1">
<title>Examples • Animation Controls</title>
<link rel="stylesheet" href="./styles.css">
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="../bundle.js"></script>
<script src="./animation-controls.js"></script>
<script src="https://unpkg.com/aframe-environment-component@1.3.3/dist/aframe-environment-component.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/castle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no,maximum-scale=1">
<title>Examples • Castle</title>
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="../bundle.js"></script>
<script src="https://unpkg.com/aframe-environment-component@1.3.3/dist/aframe-environment-component.min.js"></script>
<script>
Expand Down
3 changes: 2 additions & 1 deletion examples/checkpoints/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no,maximum-scale=1">
<title>Examples • Checkpoints</title>
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="../bundle.js"></script>
</head>
<body>
Expand All @@ -20,6 +20,7 @@
position="0 1.6 0"
look-controls="pointerLockEnabled: true">
<a-entity cursor
raycaster="objects:[checkpoint]"
position="0 0 -1"
geometry="primitive: ring; radiusInner: 0.02; radiusOuter: 0.03;"
material="color: #CCC; shader: flat;"></a-entity>
Expand Down
2 changes: 1 addition & 1 deletion examples/env-map/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no,maximum-scale=1">
<title>Examples • Environment Map</title>
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="../bundle.js"></script>
</head>
<body>
Expand Down
16 changes: 3 additions & 13 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,9 @@ <h3>Examples</h3>
<td></td>
</tr>
<tr>
<td><a href="platforms/">Platforms</a></td>
<td>physics, locomotion</td>
<td></td>
</tr>
<tr>
<td><a href="playground/">Playground</a></td>
<td>physics</td>
<td></td>
</tr>
<tr>
<td><a href="walls/">Walls</a></td>
<td>physics, locomotion</td>
<td></td>
<td><a href="tubes/">Tubes</a></td>
<td>a-tube</td>
<td></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion examples/island/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no,maximum-scale=1">
<title>Examples • Island</title>
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="../bundle.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/tubes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no,maximum-scale=1">
<title>Examples • Tubes</title>
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="../bundle.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/vive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no,maximum-scale=1">
<title>Examples • Tracked controls</title>
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="../bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@c-frame/aframe-physics-system@v4.2.2/dist/aframe-physics-system.min.js"></script>
</head>
Expand Down

0 comments on commit cbd68e2

Please sign in to comment.