Nullsoft AVS Preset 0.2(€$üëxo = i * (n - 1) % c / c; yo = floor(i * (n - 1) / c) / c; index = i * n; x = (xo * 2 - 1 + 1 / c + cos(yo * 2 * $PI + theta) * wiggle) * 1.1; y = (yo * 2 - 1 + 1 / c + sin(xo * 2 * $PI + theta) * wiggle) * 1.1; assign(megabuf(index), (megabuf(index - c - 1) + megabuf(index - c + 1) + megabuf(index + c - 1) + megabuf(index + c + 1)) / 16 + (megabuf(index - c) + megabuf(index - 1) + megabuf(index + c) + megabuf(index + 1)) / 8 + (megabuf(index)) / 4); assign(megabuf(index + n), (megabuf(index - c - 1 + n) + megabuf(index - c + 1 + n) + megabuf(index + c - 1 + n) + megabuf(index + c + 1 + n)) / 16 + (megabuf(index - c + n) + megabuf(index - 1 + n) + megabuf(index + c + n) + megabuf(index + 1 + n)) / 8 + (megabuf(index + n)) / 4); assign(megabuf(index + 2 * n), (megabuf(index - c - 1 + 2 * n) + megabuf(index - c + 1 + 2 * n) + megabuf(index + c - 1 + 2 * n) + megabuf(index + c + 1 + 2 * n)) / 16 + (megabuf(index - c + 2 * n) + megabuf(index - 1 + 2 * n) + megabuf(index + c + 2 * n) + megabuf(index + 1 + 2 * n)) / 8 + (megabuf(index + 2 * n)) / 4); red = if(equal(xo, 0), 0, megabuf(index)); green = if(equal(xo, 0), 0, megabuf(index + n)); blue = if(equal(xo, 0), 0, megabuf(index + 2 * n)); linesize = h * 2 / c;²theta = theta + $PI / 16; index = rand(n); assign(megabuf(index), rand(64) - 32); assign(megabuf(index + n), rand(64) - 32); assign(megabuf(index + 2 * n), rand(64) - 32);>c = 50; n = pow(c, 2); theta = 0; psi = 0; wiggle = 0.08;ÿÿÿ