aboutsummaryrefslogtreecommitdiff
path: root/data/shaders/function-step-medium.all
diff options
context:
space:
mode:
Diffstat (limited to 'data/shaders/function-step-medium.all')
-rw-r--r--data/shaders/function-step-medium.all2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/shaders/function-step-medium.all b/data/shaders/function-step-medium.all
new file mode 100644
index 0000000..90b900b
--- /dev/null
+++ b/data/shaders/function-step-medium.all
@@ -0,0 +1,2 @@
+ d = fract(3.0 * d) * fract(3.0 * d);
+ d = fract(sqrt(d));