mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Add frame number to available postprocess uniforms
This commit is contained in:
parent
090c65c017
commit
b346a4a858
4 changed files with 13 additions and 2 deletions
|
@ -107,6 +107,8 @@ Builtin Uniforms
|
|||
+-------------+------------------------------+--------------------------------------------------+
|
||||
| float | ``omw.deltaSimulationTime`` | The change in `omw.simulationTime` |
|
||||
+-------------+------------------------------+--------------------------------------------------+
|
||||
| int | ``omw.frameNumber`` | The current frame number |
|
||||
+-------------+------------------------------+--------------------------------------------------+
|
||||
| float | ``omw.windSpeed`` | The current wind speed |
|
||||
+-------------+------------------------------+--------------------------------------------------+
|
||||
| float | ``omw.weatherTransition`` | The transition factor between weathers [0, 1] |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue