-
I’m a newcomer to Mitsuba 3. Sometimes I wonder how it is possible for parameter |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @qiangdadi The |
Beta Was this translation helpful? Give feedback.
Hi @qiangdadi
The
prim_index
isn't differentiable, or at least it shouldn't be. What let you to believe that?Only floating point types can be differentiated with Dr.Jit/Mitsuba,
prim_index
is an integer.