Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix display color not matching the source Lambert materials #2049

Merged
merged 2 commits into from
Feb 1, 2022

Commits on Jan 29, 2022

  1. Fix displayColor being too dark on per-pixel array

    We previously only color corrected when the displayColor was single
    valued. The color correction was moved upstream to also cover CPV
    scenarios.
    JGamache-autodesk committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    1e6267e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Diffuse of solid color shader now match lambert

    This means lambert setups exported as displayColors will match perfectly
    when loaded as stages.
    JGamache-autodesk committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    5510e1d View commit details
    Browse the repository at this point in the history