Sparse property map for View effects and lighting components.
Each effect entry is typed as that effect's existing params type. For
example, ibl accepts viewing!viewer.IBLParams properties, while
sao accepts viewing!viewer.SAOParams properties. The params types
are sparse configuration objects, so callers may still provide only the
properties they want the profile to control.
toneMap is accepted as an input alias for tonemap; values are normalized
to tonemap internally and in serialized output.
Sparse property map for View effects and lighting components.
Each effect entry is typed as that effect's existing params type. For example,
iblaccepts viewing!viewer.IBLParams properties, whilesaoaccepts viewing!viewer.SAOParams properties. The params types are sparse configuration objects, so callers may still provide only the properties they want the profile to control.toneMapis accepted as an input alias fortonemap; values are normalized totonemapinternally and in serialized output.