Getting Started with Three.js: A Beginner's Tutorial
Robot Bobby Robot Bobby
2.14K subscribers
2,955 views
0

 Published On Feb 28, 2024

Have you ever wondered how to make 3D graphics on the web?
Today we'll cover the basics of Three.js, It helps if you have a basic understanding of javascript.

Download the starting code on Github: https://github.com/bobbyroe/getting-s...

+ Explore using different primitive shapes, a sphere, a donut, a knot, a teapot.
https://threejs.org/manual/#en/primit...

+ Try different lights, directional, point and or spot lights.
https://threejs.org/manual/#en/lights

+ Play with animating the position, rotation, scale and color of the mesh
https://threejs.org/manual/#en/fundam...

Create a jsfiddle and share your creations
https://jsfiddle.net/

show more

Share/Embed