Skip to content

Commit

Permalink
move ocean from index.html to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Nov 30, 2023
1 parent acf9777 commit 4dca3d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/aframe-street-component.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<!-- save / load -->
<script src="./src/json-utils.js"></script>

<!-- ocean -->
<script src="./src/components/ocean.js"></script>

<!-- vr teleport controls -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/aframe-blink-controls.min.js"></script>

Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if (typeof VERSION !== 'undefined') { console.log(`3DStreet Version: ${VERSION}
var streetmixParsers = require('./aframe-streetmix-parsers');
var streetmixUtils = require('./tested/streetmix-utils');
require('./components/gltf-part');
require('./components/ocean');
require('./lib/aframe-cursor-teleport-component.min.js');
require('./lib/animation-mixer.js');
require('./assets.js');
Expand Down

0 comments on commit 4dca3d7

Please sign in to comment.