Firstly, thank you for the amazing work. I believe this light type is revolutionary for lighting within BabylonJS.
I noticed that in our current implementation, the rectAreaLight
doesn’t have a direction
property. According to the documentation (Babylon.js docs):
Even though the RectAreaLight class itself does not have a direction component, it can be attached to a transform node to be rotated and moved around.
I’m curious to know if this is a permanent design decision or if there are plans to add a direction
property to rectAreaLight
, similar to other light types?
I’m asking because it seems it would make more sense to have consistent control methods across all light types.
Many thanks again.
Tawibox