Hello,
I am working on my Bachelor's Thesis about lighting in calculation software and render engines.
The measurements provided by the VRayLightingAnalysis render element are significantly higher than those given by Dialux.
Looking at "lighting_analysis_draw.h", ChatGPT suggested checking the following code:
However, I cannot find these functions in the installed V-Ray files.
Could someone lend a hand?
Thanks a lot!
I am working on my Bachelor's Thesis about lighting in calculation software and render engines.
The measurements provided by the VRayLightingAnalysis render element are significantly higher than those given by Dialux.
Looking at "lighting_analysis_draw.h", ChatGPT suggested checking the following code:
- Review updateImageGrid()
If I could access this function, I could analyze whether there is an extra scaling factor applied. - Print intermediate values
Adding temporary logs could help identify where the values are being inflated, for example, in calculateIlluminanceData() or inverseMap(). - Compare with updateImageSolidColors()
If the solid color visualization is correct but the grid is not, the difference in implementation might provide clues.
However, I cannot find these functions in the installed V-Ray files.
Could someone lend a hand?
Thanks a lot!
Comment