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 Use Color and Use HDR properties to LightmapGI #50574

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 12, 2024

  1. Add Use Color and Use HDR properties to LightmapGI

    Colored lightmaps and HDR lightmaps can be disabled to reduce file size,
    which is useful for mobile/web platforms.
    
    File size comparison in a given 3D scene:
    
    - HDR enabled, color enabled (default): 9.80 MB
    - HDR enabled, color disabled: 3.32 MB (3× smaller)
    - HDR disabled, color enabled: 902 KB (11× smaller)
    - HDR disabled, color disabled: 471 KB (21× smaller)
    Calinou committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    316627a View commit details
    Browse the repository at this point in the history