Logo by simon.snake - 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: Follow us on Twitter
 
*
Welcome, Guest. Please login or register. April 23, 2024, 05:23:47 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!



 
  Search  

  Slideshow  
twisted emotionpentagonal caleidoscope2d slice of a well knowed 3d fractal
pentagonal caleidoscope
Previous Image | Next Image
Description: The product of my attempt to KIFS-ify ( cheesy) Penrose tiling. It's aperiodic but not a Penrose tiling.
The evaldraw script:
Code:
//Ctrl-p to load a picture
static a=-sin(4*pi/5),b=cos(4*pi/5),c=sin(4*pi/5);
static phi=0.5*(1+sqrt(5));
(x,y,&r,&g,&b){
   n=10;k=1/phi^n;
   x*=k;y*=k;
   x+=0.5;
   for(i=0;i<n;i++) iter(x,y);
   
   pic(x*256+mousx,mousy-y*256,r,g,b)
}
iter(&x,&y){
   
   t=2*min(0,a*x+b*y+c);
   x-=t*a; y-=t*b;
   y=abs(y);
   x*=phi;y*=phi;
   x=phi-x;
   t=2*min(0,a*x+b*y+c);
   x-=t*a; y-=t*b;
   y=abs(y);
}

enjoy
Stats:
Total Favorities: 0 View Who Favorited
Filesize: 139.25kB
Height: 484 Width: 640
Discussion Topic: View Topic
Keywords: Kaleidoscope aperiodic tiling Penrose evaldraw 
Posted by: knighty December 02, 2012, 08:52:05 PM

Rating: ***** by 2 members.

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.146 seconds with 30 queries. (Pretty URLs adds 0.006s, 1q)