1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-20 15:41:32 +00:00

Merge branch 'fognearisafloat' into 'master'

Tiny fix in omwfx docs

See merge request OpenMW/openmw!4656
This commit is contained in:
Alexei Kotov 2025-05-03 21:30:07 +03:00
commit 0d27dc2336

View file

@ -81,7 +81,7 @@ Builtin Uniforms
+-------------+------------------------------+--------------------------------------------------+
| vec2 | ``omw.rcpResolution`` | Reciprocal of the render target resolution |
+-------------+------------------------------+--------------------------------------------------+
| vec2 | ``omw.fogNear`` | The units at which the fog begins to render |
| float | ``omw.fogNear`` | The units at which the fog begins to render |
+-------------+------------------------------+--------------------------------------------------+
| float | ``omw.fogFar`` | The units at which the fog ends |
+-------------+------------------------------+--------------------------------------------------+