graphics-demo.mp4
- Install all packages
npm install
- Start the dev server
npm run dev
- Open the browser at http://localhost:5173 to view results
- global.js: Contains all the globals (camera, scene, renderer,...) for other files to import.
- main3.js: Contains the initialize and update of Three.js.
- [1-7]_*.js: Contains the code for all the tasks