diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-09-09 23:09:52 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-09-09 23:09:52 -0700 |
commit | b3d320c16333346d11108922dc62fa83992a75e5 (patch) | |
tree | 5573fa2bae5b178a391aa347381c4757a9630489 | |
parent | 5084620fd8024a28bb3549c5b96589ee477e0dda (diff) |
README: add some missing uniform ranges
minor updates for completeness
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,8 +38,8 @@ T: 0.f - 1.f, cycled at 1HZ, intended for driving animation/effects. The In the future there will probably be flags or something to set the duration and range. -color: a random color, randomized every cycle of T +color: 0.f - 1.f, a random color, randomized every cycle of T -seed: a random seed, randomized every cycle of T +seed: 0.f - 1.f, a random seed, randomized every cycle of T rand: 0.f - 1.f, a random number, randomized every run of the shader |