POV-Ray : Newsgroups : povray.general : Anybody in for some sig-shortening? : Re: Anybody in for some sig-shortening? Server Time
4 Aug 2024 04:19:26 EDT (-0400)
  Re: Anybody in for some sig-shortening?  
From: Francois Labreque
Date: 3 Aug 2003 15:53:20
Message: <3f2d6830$1@news.povray.org>
Program ended abnormally on 2003-08-03 12:09, Due to a catastrophic
Florian Brucker error:

> Hey Guys!
> 
> Thought it would be time for me to get a sig :)
> I tried to make it a three-liner, but hey, this is all i could do... 
> Anybody else want to try?
> 
> #local a=0;#while(a<999)cylinder{#local _=.01*a-4.99;#local p=a*.01-5;#
> local c=.01*a-4.995;<sin(p*pi)*5p*10pow(p,5)*.01><sin(_*pi)*5_*10pow(_,
> 5)*.01>sin(c*c*c*.1)+1pigment{rgb 9*z}}#local a=a+1;#end camera{look_at
> -y*10location<8,-3,-8>*10}
> 

#local a=-5;#macro f(p)<sin(p*pi)*5p*10pow(p,5)*.01>#end#while(a<5)/**/
cylinder{#local _=a+.01;#local c=a+.005;f(a)f(_)sin(c*c*c*.1)+1pigment{
rgb 9*z}}#local a=a+.01;#end camera{look_at-y*10location<8,-3,-8>*10}//

-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   videotron.ca  */}camera{orthographic location<6,1.25,-6>look_at a }


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.