3D Models – Introduction When creating our Three.js scene, we can natively generate basic 3D objects such as cubes. 3D modeling is a concept that […]
Continue readingTag: 3D
Load a 3D OBJ + MTL model with Three.js
Import OBJLoader and MTLLoader classes When a 3D object is modeled in an external tool such as Blender, it is possible to export it in […]
Continue readingSatellite : Placing a 3D object into Orbit around a Target
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 reading