LightRenderer component configuration
const lightRenderer = new LightRenderer({ radius: 100, smooth: true, layer: "Default", intensity: 0.8}); Copy
const lightRenderer = new LightRenderer({ radius: 100, smooth: true, layer: "Default", intensity: 0.8});
LightRenderer component configuration
Example