POV-Ray : Newsgroups : povray.general : subtle color_map problem when fading to transparency : Re: subtle color_map problem when fading to transparency Server Time
1 Aug 2024 02:17:50 EDT (-0400)
  Re: subtle color_map problem when fading to transparency  
From: Roman Reiner
Date: 22 May 2006 05:05:00
Message: <web.44717d8ec3b02af7f0a20d3f0@news.povray.org>
When i ran into that problem i usually used

color_map {
      [0.0 rgbf 1]
      [0.5 rgbf <1,.5,.3,1>]
      [1.0 rgb  <1,.5,.3>]
    }

instead of

color_map {
      [0.0 rgbf 1]
      [1.0 rgb  <1,.5,.3>]
    }

Hope this helps

Regards Roman


Post a reply to this message

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