Three.JS API Documentation Three.JS Examples
Clone and install this repo
git clone https://github.com/jscodingnights/winter-wonderland.git
cd winter-wonderland
npm install
npm start
Then open your browser to the webpack-dev-server URL, likely http://localhost:8080/.
Get artistic: render a winter wonderland!
Rendering a snowman will teach you simple geometry, playing with circles, squares, and cones. Use these simple shapes to build a snowman with optional eyes, a nose, hat etc.
Making snow is an intro to particle rendering. This example may be helpful. I also included an image of a snowflake.
Put your scene in motion, playing with dynamic camera movements.
You try one/both of:
- Rotate or fly through your scene by manually controlling the camera
- Use the OrbitControls