String for AOVS #398
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @RobinBruneau , I'm not quite sure I understand what you're trying to point out. The In the denoising how-to-guide, we make use of an |
Beta Was this translation helpful? Give feedback.
Hi @RobinBruneau ,
I'm not quite sure I understand what you're trying to point out. The
aovs
field has to be filled with a list of<name>:<type>
pairs, where thetype
is one of the values listed in your screenshot. As for thename
, this is something the user can define and is not a restriction on Mitsuba's end. Thisname
is then used in theBitmap
type and will also be used when writing to an.exr
.Back to the example in the plugin reference, the
dd.y
is just an abitrary choice for the purpose of the example but you, as a user, could set it to whatever you want.In the denoising how-to-guide, we make use of an
aov
integrator. Hopefully this might clarify a few things too.