Welcome to Fractal Forums

Fractal Software => FractInt Gallery => Topic started by: simon.snake on July 04, 2012, 12:11:15 AM




Title: The Beginning of a New World
Post by: simon.snake on July 04, 2012, 12:11:15 AM
The Beginning of a New World

(http://nocache-nocookies.digitalgott.com/gallery/12/6528_04_07_12_12_11_15.gif)

http://www.fractalforums.com/index.php?action=gallery;sa=view;id=12004

Playing about with FractInt formulas trying to come up with new effects.

This one appears to have quite a vibrancy about it.

The formula is:

Code:
simon0064-B {
  p = pixel
  r = real(p)
  i = imag(p)
  m = (flip(maxit)+maxit) ^ p
  x = sin(r * r * r) / p2
  y = cos(i * i * i) / p2
  z = p2 * p
  c = |m|:
  x = cos(p + x/z)+flip(cos(p + x))
  y = sin(p + y/z)+flip(tan(p + y))
  t = (z ^ x) * (z ^ y)
  z = z + fn1(t) + p * (x + flip(y))
  c = c - 1
  c > 0
}

With parameters (2,-3) and function recip to create this image (zoomed in somewhat).