Example WebGL scenes created with Three.js based on the awesome manual at this location: https://threejs.org/manual/ The manual is highly recommended to anyone getting into three.js and WebGL development.
Project created with:
- Javascript ES6
- Three.js
- Vite for packaging
- Blender to generate GLTF files
To run this project, install it locally using npm:
$ cd threejs-fundamentals
$ npm install
$ npm run dev