Where do AOVs end up? #435
-
I wonder what happens with AOVs - i.e. where do they end up. When I look at It seems finally Is this correct? Does the ImageBlock also hold the AOV values? For example normals, depth, albedo, shape index, etc.? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Vertexwahn Yes, they also end up in the |
Beta Was this translation helpful? Give feedback.
Hi @Vertexwahn
Yes, they also end up in the
ImageBlock
and theput
method you point out takes care of applying theReconstructionFilter
on all channels (aovs included).