ExtraAovMap

Overview

ExtraAovMap is used together with the ListMap to evaluate arbitrary maps and output the result to an extra aov using an LPE label. This map should be bound to one of the map0-map19 parameter of a ListMap.


Attribute Reference

General attributes

color

Rgb bindable
default: [ 1, 1, 1 ]

Bind the root of a map shader network that you want evaluated as an extra aov

label

String
default:

Sets the LPE label that is used for the extra aov

post_scatter

Bool
default: False

If true, accumulate this aov when scattering off the surface as an indirect ray (after the LPE scatter transition event, after path throughput multiplication), rather than when the surface is first intersected. The purpose of this setting is to efficiently capture information from all rays that leave a surface that could potentially intersect and trigger aov evaluation on other surfaces.