POV-Ray : Newsgroups : povray.general : How match pigment, with color_maps, with normal ? can be done? : How match pigment, with color_maps, with normal ? can be done? Server Time
1 Aug 2024 06:25:53 EDT (-0400)
  How match pigment, with color_maps, with normal ? can be done?  
From: RCRuiz
Date: 28 Jan 2006 23:45:00
Message: <web.43dc4752b4087b44cb266c810@news.povray.org>
Hi to all, I try to match the pigment that have color map with the normals

#declare tex_MAMaterial_Sub0 = texture {
 pigment { bozo color_map{[0.746667 color rgb
           <1.000000,1.000000,1.000000,1.0>][0.786667 color rgb
           <1.000000,0.000000,0.000000,0.0>]} scale < 2.0,2.0,2.0>
         }
 finish { ambient rgb <0.463922,0.300859,0.300859> diffuse 0.800000 specular
           0.500000 irid {0.000000} roughness 1/50 }
 normal {?????????}
}

I know that I can match it using image_map in the pigment and bump_map in
the normals but I was wondering

Thanks


Post a reply to this message

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