- Project loads model from
model/model.json
- Places it in the center of the screen
- Follows cursor with slight delay
- Run with
webpack-dev-server
if you're developing locally - Run with
webpack
if you want to exportdist/bundle.js
that can be imported in other projects (they need a div with id 'webgl' for the js to target)