mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add a new high quality tonemapper: ACES Fitted
This commit is contained in:
@@ -337,7 +337,10 @@
|
||||
Filmic tonemapper operator.
|
||||
</constant>
|
||||
<constant name="TONE_MAPPER_ACES" value="3" enum="ToneMapper">
|
||||
Academy Color Encoding System tonemapper operator.
|
||||
Academy Color Encoding System tonemapper operator. Performs an aproximation of the ACES tonemapping curve.
|
||||
</constant>
|
||||
<constant name="TONE_MAPPER_ACES_FITTED" value="4" enum="ToneMapper">
|
||||
High quality Academy Color Encoding System tonemapper operator that matches the industry standard. Performs a more physically accurate curve fit which better simulates how light works in the real world. The color of lights and emissive materials will become lighter as the emissive energy increases, and will eventually become white if the light is bright enough to saturate the camera sensor.
|
||||
</constant>
|
||||
<constant name="DOF_BLUR_QUALITY_LOW" value="0" enum="DOFBlurQuality">
|
||||
Low depth-of-field blur quality (fastest).
|
||||
|
||||
Reference in New Issue
Block a user