Try the following link: https://nrsharip.github.io/threejs-food-kit/
This project is created as part of the deep dive into Three.js framework. Food Kit assets produced and distributed by Kenney. Following are the the tutrorials and examples that were useful during the course of the project:
Three.js Manual ● Three.js Fundamentals ● Three.js Examples
To avoid CORS errors with external files:
- Install Python
- See How to run things locally
- Run this from a command line (from your working directory):
OR
//Python 2.x python -m SimpleHTTPServer
//Python 3.x python -m http.server
- Go to http://localhost:8000/
NPM package browser for ThreeJS: