Hey, everyone!
As I mentioned a while back, the Babylonjs editor generated a large amount of files that I’d rather not have to deal with, but I think it works great as a visual editor for placing 3d objects!
Downloading the entire scene as a GLB file is extremely convenient when most of the objects in the scene are just static objects that won’t need any individual code. My only problem is the “GLTF Lights” checkbox.
The workflow seems to work great aside from the lights not loading!
Is there a way to parse the resulting Lights.json easily right out of the box or should I write a function that copies the properties from the “Lights” object in the json over to actual Babylonjs objects?
Thanks in advance!