Skip to content

Commit

Permalink
updating basic examples to A-Frame v1.3.0
Browse files Browse the repository at this point in the history
not currently updating all examples, because aframe-environment-component appears to break with recent A-Frame versions (maybe due to Three.js removing Geometry?)
  • Loading branch information
stemkoski committed Feb 14, 2022
1 parent 2124781 commit ae185a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Hello-WebVR.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>Hello, WebVR! - A-Frame</title>
<meta name="description" content="Hello, WebVR! - A-Frame">
<script src="js/aframe-master.1.0.4.min.js"></script>
<script src="js/aframe-master-v1.3.0.min.js"></script>

</head>

Expand Down
2 changes: 1 addition & 1 deletion image-texture-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<title>A-Frame - Image Textures</title>
<script src="js/aframe-master.1.0.4.min.js"></script>
<script src="js/aframe-master-v1.3.0.min.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion image-texture.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<title>A-Frame - Image Textures</title>
<script src="js/aframe-master.1.0.4.min.js"></script>
<script src="js/aframe-master-v1.3.0.min.js"></script>
</head>

<body>
Expand Down

0 comments on commit ae185a2

Please sign in to comment.