I’m working on a project that involves a 3D render of a building. The model will include the positions of lights, which will be triggered using the state of those lights through web sockets.
This is my first time working with Three.js and 3D renders. Is it possible to have the positions of the lights in the model itself, so I can append Three.js light objects to them? I’m completely lost and don’t know how this works.