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