POV-Ray : Newsgroups : povray.binaries.images : WIP: Balloon Trip : Re: WIP: Balloon Trip Server Time
13 Aug 2024 21:27:34 EDT (-0400)
  Re: WIP: Balloon Trip  
From: Kevin Loney
Date: 25 Jan 2003 12:15:08
Message: <3e32c61c@news.povray.org>
check out the slope pigment (6.7.11.30) and use it in a texture map

texture {
    slope y
    texture_map {
        [0 pigment {}
            normal {}
            finish {}
        ]
        [1 pigment {}
            normal {}
            finish {}
        ]
    }
}

have fun

--
Kevin
http://www.geocities.com/qsquared_1999/
#macro _(r)#if(r<12)#local i=asc(substr("oqshilacefg"
,r,1))-97;disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4
pigment{rgb 10}}_(r+1)#end#end _(1)//KL


Post a reply to this message

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