Hello all!
I want to preface this with saying thank you to all the Babylon staff for their work on constantly improving Babylon, and to @julien-moreau for his work on the Editor. I was recently looking into the lighting system and noticed a couple things I thought I’d suggest as feature/improvement requests.
I’m also still new to the editor so I apologize if these issues have been addressed before, but I tried to research all points before posting.
1. The ability to position/rotate lights using the gizmo.
Currently, I can select a light while the gizmo is active, and the gizmo stays visible; however, it manipulates the previously selected object instead of the light I’m currently selecting. I’ve tried selecting the light through both the Preview view port and the Graph.
I saw that Light Gizmos exist, so maybe having a drop down under the “None” button to choose your type of gizmo? Unless the different gizmos could be combined in some way and change depending on what you have selected.
2. Ability to change max light count in the editor
I saw this post about changing the max light count in Blender before export, and that there was no way of doing this in the Maya Exporter. The Maya 2020 exporter (format v20200701.2) seems to be this way as well.
Is this the recommended workflow? Setting this parameter before importing into Babylon? Or should we change the count with material.babylonMaxSimultaneousLights
after we import? But an Editor setting similar to the Blender setting in the above post could be useful.
3. Missing lighting tabs
Point Light
Seems to be missing it’s Shadows tab. I saw here that they can cast shadows so I’m assuming the tab is simply missing.
Spot Light
Seems to be missing the Spot Light tab.
4. Is Visible checkbox for lights
This could be useful for troubleshooting lights without having to turn the intensity down to 0. Essentially, having light.setEnabled(false);
and light.setEnabled(true);
as a toggle.
Thanks again! I’m really excited to work with the Editor.