Logo by reallybigname - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Support us via Flattr FLATTR Link
 
*
Welcome, Guest. Please login or register. April 20, 2024, 02:36:25 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!



 
  Search  

  Slideshow  
ShimmeringWave DistortionHow Is There Movement When There Is None?
Wave Distortion
Previous Image | Next Image
Description: The following FractInt formula:

Code:

simon0156-C {
  p = pixel
  x = (real(p) + 2) * 2.25
  y = 10 - ((imag(p) + 1.5) * 3)
  t = fn1(y)*(fn2(x))
  u = fn3(y)*(fn4(x))
  z = flip(u) + t
  c = 0:
  if (c == 0)
    z = z * z + p
    if (|z|>4)
      z = |z| ; * 10
      c = 1
    endif
  else
    t = t - 1
    u = u - 1
    z = z - 1
    if (t + u + z < -10)
      c = 2
    endif
  endif
  ; bailout once t + u are zero
  c < 2
}


When run with the four functions set as:

Code:
fn1 = cotan
fn2 = sqrt
fn3 = cos
fn4 = sin


Produces the picture shown.

Playing about with different combinations of functions produces very varied results.  I will attach further images on the FractInt discussion forum associated with the gallery.
Stats:
Total Favorities: 0 View Who Favorited
Filesize: 147.42kB
Height: 768 Width: 1024
Discussion Topic: View Topic
Keywords: Custom FractInt formula combinations varied 
Posted by: simon.snake January 30, 2015, 09:54:18 PM

Rating: Has not been rated yet.

Image Linking Codes
BB Code
Direct Link
Html Link
0 Members and 1 Guest are viewing this picture.
  Slideshow  

Comments (0) rss

Return to Gallery

Powered by SMF Gallery Pro

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.133 seconds with 31 queries. (Pretty URLs adds 0.004s, 1q)