Added drop-down for selecting environment map#37
Added drop-down for selecting environment map#37stymbhrdwj wants to merge 1 commit intoNJU-3DV:mainfrom
Conversation
Modified `gui.py` by adding a drop-down for changing environment map lighting. This allows us to visualize the relighting results on-the-fly in real-time. While `global_light` is correctly changed, there is no change to `local_light` when changing the environment map. Is this the desired behaviour?
|
Thanks for your great work! I am reaching out with a question regarding the implementation of real-time ray tracing. Is it feasible to perform real-time rendering of ray tracing and display the results within the GUI? I am particularly interested in understanding the current limitations and potential solutions that might enable this technology to be more accessible and interactive. Thank you for your time and consideration. |
|
Hello and thanks for your contribution! I tried running
I have tried running with and without the Thank you very much! |
Modified
gui.pyby adding a drop-down for changing environment map lighting. This allows us to visualize the relighting results on-the-fly in real-time. Whileglobal_lightis correctly changed, there is no change tolocal_lightwhen changing the environment map. Is this the desired behaviour?