Welcome to Fractal Forums

Fractal Software => FractInt Gallery => Topic started by: simon.snake on October 26, 2016, 05:04:25 PM




Title: Shimmering
Post by: simon.snake on October 26, 2016, 05:04:25 PM
Shimmering

(http://nocache-nocookies.digitalgott.com/gallery/19/6528_26_10_16_5_04_21.gif)

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

A custom FractInt formula in Julia mode.

Parameters as follows:

Code:
Shimmering         { ; A Simon Snake Formula
                     ; Julia mode
                     ;  Fractint Version 2099 Patchlevel 8
  reset=2099 type=formula formulafile=simon.frm
  formulaname=simon0167-E ismand=n passes=t
  center-mag=-7.10543e-015/2.13163e-014/0.02712756/0.75
  params=-6.4754183198206023/0.029335071707953908 float=y maxiter=512
  inside=0 outside=tdis
  colors=974<11>741741630630630<10>C96C96DA7<4>EB9FCAFCA<71>kjilkjlkj<8>rr
  pssqttr<2>vvtwwuwwt<10>wwiwwhwwgwwfvvdwwc<26>fU6eT5eS3dR2cP0<24>UB4UA4U9
  4<3>S75R66R66<24>K22K22K22<4>I00H00H00G00G00F00F00E00E00<5>A63974974974
  }



The formula file should be named simon.frm and must contain:

Code:

simon0167-E {
  if (ismand)
    zf = p = pixel
  else
    zf = pixel
    p = p1
  endif
  z = 0
  count = 0:
  zf = (p/zf) * (p/zf) * (p/zf) + p
  z = z + zf
  count = count + 1
  count < 50
}