Three.js Models Update

In my post on Loading Models in Three.js I was using version 79. Three.js is now at version 100 and some changes have been made to how models are loaded. In this video I describe how to export glTF models from Blender and import them into Three.js. You can read the documentation on loading models into three.js here.

Click here to download the demo.

Note: these examples were created using Three.js v100. Three.js is known to update frequently and sometimes cause breaking changes to the API so it may be worth checking the version you are using.