POV-Ray : Newsgroups : povray.binaries.images : Ivy Generator updated : Re: Ivy Generator updated Server Time
2 Aug 2024 20:19:03 EDT (-0400)
  Re: Ivy Generator updated  
From: Thomas de Groot
Date: 26 Mar 2007 03:34:45
Message: <460785a5@news.povray.org>
"Tim Attwood" <tim### [at] comcastnet> schreef in bericht 
news:46072b99@news.povray.org...
> After importing with PoseRay the materials of the leafs
> need to be changed... remove the white background
> layered texture, remove the transmit overloading and
> mirror the image map in the z axis.
>

Tim, what do you mean exactly by 'transmit overloading'? After editing, also 
commenting out the pigment{Clear}, the texture should look like this', 
shouldn't it?

#declare leaf_adult__opaque=
texture{pigment{uv_mapping p_map1}
        finish{specular 0.2980392 roughness 0.09632328 ambient rgb <0,0,0> 
reflection{0 } conserve_energy}}
#declare leaf_adult_=
material{
texture{pigment_pattern{uv_mapping p_map2}
texture_map{//[0 pigment{Clear}]
            [1 leaf_adult__opaque]
           }}
}

Thomas


Post a reply to this message

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