#Hemispherelight in React three fiber
7 messages · Page 1 of 1 (latest)
but can i use groundcolor and skycolor because that doesnt work for me
this is the three.js code but i want to use it in R3f: const light = new THREE.HemisphereLight( 0xffffbb, 0x080820, 1 );
scene.add( light );
it has properties groundColor and color
hmm did you figure it out?