vector curlxnoise(vector xyz)
vector curlxnoise(vector4 xyzt)
Computes a divergence free vector field based on the cross product of the derivatives of two simplex noise functions.
See noise and randomness in the VEX language guide for more information.
See also | |
noise |