Closed bboudaoud-nv closed 2 years ago
This branch also moves to using session-level configuration for global target color/gloss/emissive controls over experiment-level (which seems to have been a bug). Target-specific specification of these values still takes the top priority.
This branch adds support for setting target emissive color (previously hard-coded to 0.7*color) using 2 different mechanisms. Targets can specify it using an
emissive
parameter or it can be specified at the experiment-level usingtargetEmissive
, both of which take aColor4
as input.Merging this PR closes #370