Skip to content

Instantly share code, notes, and snippets.

@peteruithoven
Last active February 26, 2016 14:25
Show Gist options
  • Save peteruithoven/fef8e8edecdfa40ba40d to your computer and use it in GitHub Desktop.
Save peteruithoven/fef8e8edecdfa40ba40d to your computer and use it in GitHub Desktop.
STLLoader + Three.js using SystemJS
meta: {
"js/app.js": {
"deps": [
"three.js"
]
},
"three.js/loaders/STLLoader": {
"deps": [
"three.js"
]
},
},
jspm install three.js=github:mrdoob/three.js@r73 -o "{format: 'global'}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment