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

Add a property to control the bounce indirect energy in BakedLightmap #50827

Merged

Commits on Jul 25, 2021

  1. Add a property to control the bounce indirect energy in BakedLightmap

    Higher values will make indirect lighting brighter.
    A value of 1.0 represents physically accurate behavior, but higher values
    can be used to make indirect lighting propagate more visibly when using
    a low number of bounces.
    
    This can be used to speed up bake times by lowering the number of bounces
    then increasing the bounce indirect energy. Unlike BakedLightmapData's
    energy property, this property does not affect direct lighting
    emitted by light nodes or emissive materials.
    Calinou committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    974d3aa View commit details
    Browse the repository at this point in the history