summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-09-09 23:09:52 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-09-09 23:09:52 -0700
commitb3d320c16333346d11108922dc62fa83992a75e5 (patch)
tree5573fa2bae5b178a391aa347381c4757a9630489
parent5084620fd8024a28bb3549c5b96589ee477e0dda (diff)
README: add some missing uniform ranges
minor updates for completeness
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 159d70f..1e4aa8b 100644
--- a/README
+++ b/README
@@ -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
© All Rights Reserved