How to increase radius of a directional light

Hi, how can I increase the radius of a directional light?

Use a spotlight if you want to control radius.
And see the Angle property.
SpotLight – three.js docs (threejs.org)

Use this example to see what Angle does.
Example : Spot Light (sbcode.net)
image

1 Like