You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm confused about the meaning of parameters wi and wo in BRDF::eval(). The meaning of wi doesn't seem like incident light. I wrote a simple Python renderer based on your code (https://github.com/Github-Tree-0/SpectralBRDF). The result seems weird when assuming wi is the incident light, but reasonable when assuming wo is the incident light.
The text was updated successfully, but these errors were encountered:
I'm confused about the meaning of parameters wi and wo in BRDF::eval(). The meaning of wi doesn't seem like incident light. I wrote a simple Python renderer based on your code (https://github.com/Github-Tree-0/SpectralBRDF). The result seems weird when assuming wi is the incident light, but reasonable when assuming wo is the incident light.
The text was updated successfully, but these errors were encountered: