using si.wi values in sample/eval methods of a custom BSDF #960
Replies: 1 comment
-
The issue here is that you're using the Depending on the operation that you're doing in |
Beta Was this translation helpful? Give feedback.
-
The issue here is that you're using the Depending on the operation that you're doing in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am trying to make use of si.wi values to do some computations in a custom BSDF but I get the
RuntimeError: jitc_var_eval(r1848): placeholder variables are used to record computation symbolically and cannot be scheduled for evaluation! This error message could appear for the following reasons
error.Attached is a working example. In this custom BSDF, I use a sidecar diffuseBSDF to get wo and pdf but want to do some custom math with the si.wi for the values to return. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions