POV-Ray : Newsgroups : povray.general : Hi POV-Ray users : Re: Hi POV-Ray users Server Time
5 Aug 2024 10:21:36 EDT (-0400)
  Re: Hi POV-Ray users  
From: Mikael Pohjola
Date: 27 Nov 2002 07:39:05
Message: <3de4bce9$1@news.povray.org>
"Mikael Pohjola" <emp### [at] cchutfi> wrote in message
news:3de4bc36@news.povray.org...
> I have made small optimizations to the sig., now it fits in four lines:
> light_source{20*y,1}#macro _(M,X,Y,P)#macro L(N,D)#if(N)#declare P=P+D;box{-
> 0.5,0.5translate z*mod(9*P.gray,4)pigment{rgb P}rotate 45*x+clock*y
> translate
> P}L(N-1,D)#end#end#if(M)L(mod(M,8)<mod(X,3)mod(Y,3)1>-1)_(div(M,8)div(X,3)di
> v
> (Y,3)P)#end#end _(2301603551,12850,60365,20*z-5*x)plane{y,-9pigment{rgb 1}}
>
Damn, that automatic linewrapper!

light_source{20*y,1}#macro _(M,X,Y,P)#macro L(N,D)#if(N)#declare P=P+D;box{-
0.5,0.5translate z*mod(9*P.gray,4)pigment{rgb P}rotate 45*x+clock*y translate
P}L(N-1,D)#end#end#if(M)L(mod(M,8)<mod(X,3)mod(Y,3)1>-1)_(div(M,8)div(X,3)div
(Y,3)P)#end#end _(2301603551,12850,60365,20*z-5*x)plane{y,-9pigment{rgb 1}}


Post a reply to this message

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