My Three.js Journey

06/09/2021

Learning 3D graphics with Three.js

Written by: Sarthak Mohanty

The Three.js Logo

Learning Three.js

This summer, I wanted to get my hands dirty with some 3D graphics. I used the Three.js Journey course by Bruno Simon. This course is paid, but is the de-facto course on Three.js. It is very well structured and covers a lot of topics. I highly recommend it.

Day 1

Learnt how to render objects, adjust scale, and position them in the scene. Also learnt about the camera and how to move it around.

Day 2

Learnt how to animate the box. Also learnt about the requestAnimationFrame function and how to use it to animate the scene.

Day ???

Learnt about lights. Learnt about the different types of lights and how to use them. Tomorrow I will learn about shadows, and use them to create a haunted house!!