Do I need to set up three JS lights every time I load a 3D model?
In programs like Maya, lighting and camera configurations are often set up during rendering. Is there a way to export this as part of an OBJ file? If we can reuse the same lighting setup, our code could be more generalizable across different 3D models. Alternatively, is there a default lighting configuration that will work for most 3D models?