3D Surfaces Plots (GLSL)

Article Index:

Functions 001 to 006

Function 001: y = cos(|x|*s + |z|*s) * (|x|*s + |z|*s)

GLSL Hacker, 3D Surfaces Plots

Function 002: y = cos(|x)|*s + |z|*s)

GLSL Hacker, 3D Surfaces Plots

Function 003: y = clamp(s/(x^2 * 1.1 + z^2 * 1.1), -10, 0)

GLSL Hacker, 3D Surfaces Plots

Function 004: y = -x*z*exp(-x^2*a – z^2*b)*c

GLSL Hacker, 3D Surfaces Plots

Function 005: y = (a*x^2 + b*z^2) * exp(-a*x^2 – b*z^2) * c

GLSL Hacker, 3D Surfaces Plots

Function 006: y = b*x*z^3 – a*z*x^3

GLSL Hacker, 3D Surfaces Plots

Article Index: