Hi!
Is it possible, to add lights to an existing lightpicker?
I’d like to add lights dynamically to the scene.
after generating the scene i create another light, add it to the scene, add it to the lightpicker (_lightpicker.lights.push(tempLight);). I’ve even tried to apply the lightpicker again to the materials, but the light doesn’t appear. I’ve also tried to replace the Light by a simple Mesh, and i can see the added Mesh. But no lights.
Thank you!