hjoykim / THREE

c# port of Three.js
MIT License
118 stars 20 forks source link

Light hint #36

Open merco opened 1 week ago

merco commented 1 week ago

How can I get a visualisation like the right one?

immagine

What kind of light should I use?

immagine

80038032{18}.zip

hjoykim commented 1 week ago

Hello, The reason the right and left sides look different is because the positions of the lights are different. On the right side, the light's position appears to be set according to the camera's position.

Please refer to the attached example of setting the light position according to the camera position.

image LightHintExample.zip