direct-direct for reflectance #44
Unanswered
robertweitl
asked this question in
Q&A
Replies: 1 comment
-
These are the available tag for direct_hemi sd.eval would be useful for sampling many individual outgoing rays to evaluate the trans/reflec for a specific outgoing solid angles. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What do you think of how to get the reflectance values of the BSDF.
Is there a method/way to define the outgoing direction "t", "r"?
with pr.BSDF('bsdf.xml') as sd:
sval = sd.eval(30, 45, 145, 90)
Beta Was this translation helpful? Give feedback.
All reactions