Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaer Kazmer committed Nov 4, 2019
1 parent a4fa997 commit aa18d15
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Exokit Model Loader

```
import ModelLoader from 'https://model-loader.exokit.org/model-loader.js';
// ...
const model = await ModelLoader.loadModelUrl('model.zip'); // contains model.glb
const scene = new THREE.Scene();
scene.add(model);
```

0 comments on commit aa18d15

Please sign in to comment.