Dimensions
Lo
Hi
Res
X
Y
Z
//Potential function of x,y,z return x*x + y*y + z*z - 10.0 + Math.noise3(x,y,z)
//Color function of x,y,z return [1, 0, 0]