Skip to content
Amir Rezaei edited this page Apr 19, 2024 · 2 revisions

Welcome to the Shader wiki! image step(-1, x)-step(1, x)

image fract(abs(x))

image step(0.1, fract(abs(x)))

image pow(x, 20)

image pow(x, 21)

image 2abs(0.5x-floor(0.5*x+0.5))

image floor(abs(x))

Clone this wiki locally