Luz do ambiente de três js
const light = new THREE.AmbientLight( 0x404040 ); // soft white light
scene.add( light );
Heenok
const light = new THREE.AmbientLight( 0x404040 ); // soft white light
scene.add( light );