Summary of Working with Light Sources in Three.js
Review the concepts related to light sources in Three.js.
We'll cover the following...
We'll cover the following...
Wrap Up!
We covered a lot of information about the different kinds of lights available in Three.js:
-
We learned that configuring lights, colors, and shadows is not an exact science. To get the correct result, we should experiment with different settings and use a
lil.GUI
control to fine-tune our configuration. The various lights behave in different ways and materials respond differently to ...