|
|
do anyone remember the hexagonalized torus posted here by Jim Buddenhagen
last year?
http://news.povray.org/povray.binaries.images/thread/%3C42698442@news.povray
.org%3E/?mtop=13
...well, was hard but funny, but here is the hexagonalized torus macro
source codes on p.b.s-f
--
light_source{0,1}#macro C(r,p)cylinder{x*-2,x*2,.9 pigment { rgb
p} /* B Gimeno estoeslarealidad */ rotate p*90 } #end difference
{box {-1,1} C(z /* http://usuarios.lycos.es/game2413 */,x)C(x,y)
C(z,z) pigment{rgb 2} rotate 45 translate z*4} // www.povray.org
Post a reply to this message
Attachments:
Download 'toros_034.jpg' (52 KB)
Preview of image 'toros_034.jpg'
|
|
|
|
"B. Gimeno" <NO_### [at] lycoses> wrote in message
news:43cc1992@news.povray.org...
> do anyone remember the hexagonalized torus posted here by Jim Buddenhagen
> last year?
> http://news.povray.org/povray.binaries.images/thread/%3C42698442@news.povray
> .org%3E/?mtop=13
>
> ...well, was hard but funny, but here is the hexagonalized torus macro
>
>
> source codes on p.b.s-f
> --
> light_source{0,1}#macro C(r,p)cylinder{x*-2,x*2,.9 pigment { rgb
> p} /* B Gimeno estoeslarealidad */ rotate p*90 } #end difference
> {box {-1,1} C(z /* http://usuarios.lycos.es/game2413 */,x)C(x,y)
> C(z,z) pigment{rgb 2} rotate 45 translate z*4} // www.povray.org
>
I remember :-). Nice macro. Thanks for posting.
Post a reply to this message
|
|