Open3D
Open3D copied to clipboard
How to implement area lights with Open3D?
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
mainbranch).
My Question
Hi there, does Open3D support adding area lights in a scene like follows (https://learnopengl.com/Guest-Articles/2022/Area-Lights):

The math behind area lights rendering is too hard for me, so I want to find an out-of-box solution to render a batch of images with area lights. I know game engines can do this, but they are too heavy to use for my project.