POV-Ray : Newsgroups : povray.general : reflection map : Re: reflection map Server Time
1 Aug 2024 22:20:28 EDT (-0400)
  Re: reflection map  
From: Mike Williams
Date: 28 Mar 2005 19:20:42
Message: <9+nMgAAr8JSCFw3V@econym.demon.co.uk>
Wasn't it Muniz who wrote:
>
>Is there any way to use reflection map in pov ?

It would be just a subset of texture_map. 

#declare MyTex = texture {
  pigment_pattern {image_map {jpeg "reflectionmap.jpg" interpolate 2}}
  texture_map {
     [0 pigment {whatever} finish {reflection 0.0}]
     [1 pigment {whatever} finish {reflection 1.0}]
  }      
}

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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