POV-Ray : Newsgroups : povray.unofficial.patches : HELP! layered patterns : Re: HELP! layered patterns Server Time
1 Sep 2024 14:24:15 EDT (-0400)
  Re: HELP! layered patterns  
From: Ryan Constantine
Date: 18 Mar 2001 12:20:00
Message: <3AB4EECD.DA25783A@yahoo.com>
thanks man, i'll give it a try.

Christoph Hormann wrote:
> 
> Ryan Constantine wrote:
> >
> > thanks for the tip.  i'm a little short on time lately, so would you
> > mind posting an example of what you mean?  i have finals all next week
> > that i'm studying for, and when i take breaks i pov.  thanks again.  i'd
> > appreciate it.
> >
> 
> A simple example:
> 
> use
> 
>     texture {
>       pigment {
>         gradient y
>         pigment_map {
>           [ 0.5 color rgb <0.0, 0.5, 0.0> ]
>           [ 0.6 gradient x color_map { [0.3 rgb x][0.7 rgb z] } ]
>         }
>       }
>     }
> 
> instead of
> 
>     texture {
>       pigment {
>         gradient x
>         color_map {
>           [0.3 rgb x]
>           [0.7 rgb z]
>         }
>       }
>     }
>     texture {
>       pigment {
>         gradient y
>         color_map {
>           [0.5 color rgb <0.0, 0.5, 0.0> ]
>           [0.6 color rgbt 1 ]
>         }
>       }
>     }
> 
> Christoph
> 
> --
> Christoph Hormann <chr### [at] gmxde>
> IsoWood include, radiosity tutorial, TransSkin and other
> things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

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