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)
1 Like