mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix typos with codespell
Using codespell 2.1.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn GIRD leapyear lod merchantibility nd numer ois ony que readded seeked statics synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
This commit is contained in:
@@ -340,7 +340,7 @@
|
||||
Filmic tonemapper operator.
|
||||
</constant>
|
||||
<constant name="TONE_MAPPER_ACES" value="3" enum="ToneMapper">
|
||||
Academy Color Encoding System tonemapper operator. Performs an aproximation of the ACES tonemapping curve.
|
||||
Academy Color Encoding System tonemapper operator. Performs an approximation 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.
|
||||
|
||||
Reference in New Issue
Block a user