Boat Attack使用了Universal RP的许多新图形功能,可以用于探索 Universal RP 的使用方式和技巧。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

1.5 KiB

HDR emulation scale

All Lights in the 2D lighting system support HDR. While a typical RGBA32 color channel has the range of zero to one, a HDR channel can go beyond one.

Light RGB(1,1,1) HDR Light RGB(1,1,1) + Light RGB(2,2,2)
Light RGB(1,1,1) HDR Light RGB(1,1,1) + Light RGB(2,2,2)

However, not all platforms natively support HDR textures. HDR Emulation Scale allows those platforms to use HDR lighting by compressing the number of expressible colors in exchange for extra intensity range. Scale describes this extra intensity range. Increasing this value too high may cause undesirable banding to occur.

Light Intensity scale examples:

HDR Reference Light Intensity Scale 1 (No HDR)
HDR Reference Light Intensity Scale 1 (No HDR)
Light Intensity Scale 4 Light Intensity Scale 12
Light Intensity Scale 4 Light Intensity Scale 12

When choosing a value for HDR Emulation Scale, the developer should choose the combined maximum brightness for the lights in the scene as the value.