POV-Ray : Newsgroups : povray.general : Feature Idea (something I think could be verry useful.) : Re: Feature Idea (something I think could be verry useful.) Server Time
6 Aug 2024 21:34:09 EDT (-0400)
  Re: Feature Idea (something I think could be verry useful.)  
From: Ace
Date: 21 Jan 2002 04:52:24
Message: <3c4be4d8@news.povray.org>

news:h2on4uchrebp72ojaeogltpd00vuv2ll2b@4ax.com...
> On Mon, 21 Jan 2002 00:29:49 -0900, "Ace" <ble### [at] icefognet> wrote:
> > is/could this be possible?
>
> What about something like:
>
> #macro Grid(Pig1,Pig2,Size)
>   #local Pig3=pigment{
>     gradient z
>     pigment_map{
>       [Size/2 Pig2]
>       [Size/2 Pig1]
>       [1-Size/2 Pig1]
>       [1-Size/2 Pig2]
>     }
>   };
>   plane{
>     y, -1
>     pigment{
>       gradient x
>       pigment_map{
>         [Size/2 Pig2]
>         [Size/2 Pig3]
>         [1-Size/2 Pig3]
>         [1-Size/2 Pig2]
>       }
>     }
>   }
> #end
>
> Grid( pigment{rgb 1} , pigment{rgb 0}, 0.1}
>
> > Gary
> > -- sig will be here when I shorten it from 4000 lines--
>
> Send your sig to povray.binaries.scene-files and we can help you :-)
>
> ABX
> --
Perfect!! how did you do that so quick?

I'll send my sig over when I get it the way I like it (estimated 4000 more
lines :-) )

Gary
-- sig will be here when I finnish it and shorten it from 4000+ lines--


Post a reply to this message

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