#Hemispherelight in React three fiber

7 messages · Page 1 of 1 (latest)

long fable
#

no need to import. just return <hemisphereLight />

viscid echo
#

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

long fable
#

hmm did you figure it out?

viscid echo
#

i'm guessing it does work. But not as i expected. I think groundColor only colors the light coming from below and color colors the light coming from above. It doesnt actually change the skycolor

#

sky is still just white