Logo by wmauzey - 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: Visit us on facebook
 
*
Welcome, Guest. Please login or register. March 28, 2024, 04:16:33 PM


Login with username, password and session length


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


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Wave Distortion  (Read 1150 times)
0 Members and 1 Guest are viewing this topic.
simon.snake
Fractal Bachius
*
Posts: 640


Experienced Fractal eXtreme plugin crasher!


simon.fez SimonSideBurns
« on: January 30, 2015, 09:54:18 PM »

Wave Distortion



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

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.
« Last Edit: January 30, 2015, 10:50:39 PM by simon.snake » Logged

To anyone viewing my posts and finding missing/broken links to a website called www.needanother.co.uk, I still own the domain but recently cancelled my server (saving £30/month) so even though the domain address exists, it points nowhere.  I hope to one day sort something out but for now - sorry!
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Frozen Wave Images Showcase (Rate My Fractal) Cyclops 2 1103 Last post January 27, 2009, 04:16:56 PM
by fractalwizz
Wave of Fire Images Showcase (Rate My Fractal) professorChaos 0 997 Last post December 24, 2010, 06:27:13 PM
by professorChaos
Wave functions Non-Fractal related Chit-Chat Jameses 3 1602 Last post January 21, 2011, 02:05:37 AM
by Jameses
Wave 2d Art Sergio CT 0 1318 Last post April 20, 2011, 07:53:26 PM
by Sergio CT
distortion Images Showcase (Rate My Fractal) sinpix 0 784 Last post December 10, 2012, 09:16:30 AM
by sinpix

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.459 seconds with 27 queries. (Pretty URLs adds 0.012s, 2q)