|
|
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
|
|