mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Merge branch 'add_frame_number' into 'master'
Add frame number to available postprocess uniforms See merge request OpenMW/openmw!4355
This commit is contained in:
commit
0f74e0cca8
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