Orbiting around a fixed axis Creating the 3D object For starters, let’s create a simple 3D object in our scene. In this example, a sphere. […]
Continue readingTag: Javascript
Controlling the Camera with OrbitControls
A newer version of this article is available ! In a 3D application, implementing camera control is an essential step to provide interactive and intuitive […]
Continue readingCreating shadows with Three.js
To create shadows in Three.js, we need a few things : A rendering engine capable of creating shadows An appropriate lighting A 3D object capable […]
Continue readingChapter 4 – The main types of Three.js Materials
Let’s modify the visual aspect of our 3D objects ! This new article will help us to customize even more our 3D objects thanks to […]
Continue readingChapter 3 – The main types of Three.js Geometry
In the previous chapter, our goal was to create a simple Three.js scene composed of a rotating cube. To do this, we instantiated a 3D […]
Continue reading