POV-Ray : Newsgroups : povray.advanced-users : additive transparency for image_maps? : Re: additive transparency for image_maps? Server Time
8 Jul 2024 17:11:51 EDT (-0400)
  Re: additive transparency for image_maps?  
From: stbenge
Date: 13 Dec 2007 17:04:05
Message: <4761ac55$1@news.povray.org>
Nathan Kopp wrote:
  > Try this:
> 
>   image_map {
>     ...
>     transmit all 0.5
>   }
> 
>   finish {
>     ambient 2.0
>     refraction 2.0
>   }
> 
> The "transmit 0.5" and "refraction 2.0" work together to give you 100% 
> transmittance.  The remaining 50% (left over from the transmit) combines 
> with "ambient 2.0" to give 100% illumination.

This should be easy to test with my current setup. I will give it a whirl.

Sam


Post a reply to this message

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