Add a new high quality tonemapper: ACES Fitted

This commit is contained in:
Endri Lauson
2021-09-07 16:26:20 -03:00
parent 76693aa364
commit 077083938e
8 changed files with 58 additions and 7 deletions

View File

@@ -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).