Three JS try by Divyesh Vishwakarma deployed to divyesh3dsphere
I tried learning Webgl and Threejs and created this Sphere.
One can setup light color, light position and everything in this website. Have fun in 3D.
In remembrance of Moti❤️
Courtesy of Bruno Simon of https://threejs-journey.xyz/
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build