POV-Ray : Newsgroups : povray.beta-test : light doesn't pass transparent parts of image_map : Re: light doesn't pass transparent parts of image_map Server Time
25 Apr 2024 03:08:33 EDT (-0400)
  Re: light doesn't pass transparent parts of image_map  
From: Bob Hughes
Date: 23 Dec 2005 02:41:07
Message: <43abaa13@news.povray.org>
camera { location -3*z }

light_source { <10,10,-10>, color rgb <1,1,1> }

sphere { 0,1
clipped_by {
 box { 0,1 inverse }
}
 pigment {
  image_map {
   png "test.png" // test image
   map_type 1
   transmit 4, 1
  }
 }
rotate <30,150,0>
}

Just realized that GIF should probably be a PNG instead, since file format 
been changed for the more recent POV distributions. Sorry for any confusion 
due to that.


Post a reply to this message

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