Roughness maps: eval_roughness() #454
Unanswered
saeedhd96
asked this question in
Feature requests
Replies: 1 comment 2 replies
-
Would this be possible? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I had a request to add a method
eval_roughness(si)
similar toeval_diffuse_reflectance(si)
to the BSDF and BSDFPtr objects. like this in BRDF. I know it might be a lot of work to add all the methods to every BSDF, but I guess in most cases roughness and albedo are two things that people optimize for and thus need to render maps for. If I am not mistaken, currently we can't access roughness even through the AOV integrators.Beta Was this translation helpful? Give feedback.
All reactions