Autodesk / standard-surface

White paper describing the Autodesk Standard Surface shader.
Apache License 2.0
341 stars 25 forks source link

Swap default values of 'base' and 'base_color' parameters #15

Closed iliyang closed 3 years ago

iliyang commented 3 years ago

Currently, we have the defaults base = 0.8 and base_color = (1, 1, 1). There has been feedback that users find themselves to changing base to 1 after connecting base_color to a texture. This is such a common use case that it's better to swap the two defaults and avoid having to adjust base every time.

AdrienHerubel commented 3 years ago

Looks good to me. The changes preserve the default look, while making it easier to use with textures.