Point Light Playground
Drag to move a point light; adjust color and intensity.
JavaScript (plain)
const light = new THREE.PointLight(0xff8844, 1.2)
light.position.set(1.2, 1.2, 1.2)
scene.add(light)
Drag to move a point light; adjust color and intensity.
const light = new THREE.PointLight(0xff8844, 1.2)
light.position.set(1.2, 1.2, 1.2)
scene.add(light)