This project cover up basic stuff in Three.js like Shadow, Light, Basic geometry, Standard Material etc
- Go to threejs.org
- Download three.js-master.zip
- Un-zip the file
- Find the required file (
three.min.js, OrbitControls.js, lil-gui.module.min.js
) - Copy/Cut the
three.min.js
file toThree.js-Basic/libs
- Copy/Cut the
OrbitControls.js
file toThree.js-Basic/libs/jsm/controls
- Copy/Cut the
lil-gui.module.min.js
file toThree.js-Basic/libs/jsm/libs
- Finally, open the
index.html
in your Browser