Skip to content

Commit

Permalink
Expose ModelLoader on window
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaer Kazmer committed Nov 7, 2019
1 parent c60ca2a commit a1dac36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ <h3>Examples</h3>
</div>
<script type=module>
import ModelLoader from './model-loader.js';
window.ModelLoader = ModelLoader;

/* const peerPoseUpdateRate = 50;
const floorPlane = new THREE.Plane().setFromNormalAndCoplanarPoint(new THREE.Vector3(0, 1, 0), new THREE.Vector3(0, 0, 0));
Expand Down

0 comments on commit a1dac36

Please sign in to comment.