How to create a globe visualization with ThreeJS
//light
const light = new HemisphereLight(0xffffff, 0xbbbbff, 1);
light.position.set(0.5, 1, 0.25);
scene.add(light);Texture and Bump map

Exercise:
Last updated
Was this helpful?
