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

Controllable ambient light color #852

Merged
merged 4 commits into from
Nov 15, 2020
Merged

Controllable ambient light color #852

merged 4 commits into from
Nov 15, 2020

Commits on Nov 13, 2020

  1. Control ambient light color via resource

    The AmbientLight resource now controls the ambient light color in the
    pbr fragment shader.
    no1hitjam committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    0ae230d View commit details
    Browse the repository at this point in the history
  2. Move AmbientLight to light.rs in bevy_pbr

    no1hitjam committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    e891ef4 View commit details
    Browse the repository at this point in the history
  3. Make AmbientLight available outside module

    no1hitjam committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    4b117e1 View commit details
    Browse the repository at this point in the history
  4. Trigger PR

    no1hitjam committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    66cfbad View commit details
    Browse the repository at this point in the history