NVlabs / FPSci

Aim Training Experiments
Other
67 stars 23 forks source link

Add specification of target glossiness to configuration #359

Closed bboudaoud-nv closed 2 years ago

bboudaoud-nv commented 2 years ago

This branch reverts a hard-coded glossiness assumption that was previously used in FPSci. Targets and session/experiment level config can now specify their gloss and targetGloss respectively with per-target gloss overriding the global settings (similar to target color configuration).

jspjutNV commented 2 years ago

In an effort to document how to retain the old behavior, I'm going to make this comment, and update it to have the right config settings to keep the old behavior. I'll put this comment into the release notes.

In each target, add the following:

gloss = Color4(0.4f, 0.2f, 0.1f, 0.8f);

Or, in the experiment or session add the following:

targetGloss = Color4(0.4f, 0.2f, 0.1f, 0.8f);