Logo by Pauldelbrot - 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 19, 2024, 08:56:37 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!


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: Oblicous  (Read 470 times)
0 Members and 1 Guest are viewing this topic.
Kali
Fractal Supremo
*****
Posts: 1138


« on: November 14, 2011, 02:58:39 AM »

Oblicous



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



A 2D fractal based on a modification of Tglad's Mandelbox formula, and colored using an algorithm I did some time ago called "circleboard".

Here it is (Ultra Fractal):

Circleboard {

init:
  float zzr = 0.0
  float zzi = 0.0
  float rr=0
  float ri=0
  float m=0
loop:

final:
zzr=real(#z)
zzi=imag(#z)
zzr=zzr/@scale
zzi=zzi/@scale
zzr=zzr-floor(zzr)
zzi=zzi-floor(zzi)
zzr=abs(.5-zzr)
zzi=abs(.5-zzi)
#index = sqrt(zzr*zzr+zzi*zzi)*10

default:
  title = "Circleboard"
  float param scale
    caption = "Circle scale"
    default = 1.0
  endparam
}
Logged

Pages: [1]   Go Down
  Print  
 
Jump to:  


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.191 seconds with 23 queries. (Pretty URLs adds 0.006s, 2q)