Welcome to Fractal Forums

Fractal Software => FractInt Gallery => Topic started by: simon.snake on January 28, 2014, 01:43:30 AM




Title: Dense Rain Forest
Post by: simon.snake on January 28, 2014, 01:43:30 AM
Dense Rain Forest

(http://nocache-nocookies.digitalgott.com/gallery/15/6528_28_01_14_1_43_30.gif)

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

Here we have a custom FractInt formula which has a few user variables as bailouts.

Here's the formula:

Code:
simon0130-C {
  bail1 = real(p2)
  if (bail1 == 0)
    bail1 = 4
  endif

  bail2 = imag(p2)
  if (bail2 == 0)
    bail2 = 1
  endif

  if (ismand)
    z = z1 = c = pixel
  else
    z = z1 = pixel
    c = p1
  endif:

  ztemp = (z * z) ^ (z1 * z1) + c
  z = 1/ztemp
  z1 = ztemp

  |z| < bail1 && |z1| > bail2
}

And the two values for p2 are: real=1.5 and imaginary=1.2

Zoomed in a bit.  Full parameters are available on request.