NVlabs / FPSci

Aim Training Experiments
Other
70 stars 23 forks source link

Target emissive control #369

Closed bboudaoud-nv closed 2 years ago

bboudaoud-nv commented 2 years ago

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 using targetEmissive, both of which take a Color4 as input.

Merging this PR closes #370

bboudaoud-nv commented 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.