POV-Ray : Newsgroups : povray.general : transparency gradient? : Re: transparency gradient? Server Time
12 Aug 2024 11:21:42 EDT (-0400)
  Re: transparency gradient?  
From: Nieminen Mika
Date: 16 Feb 1999 05:55:44
Message: <36c94eb0.0@news.povray.org>
The simplistic version:

cylinder
{ 0,y,1
  pigment
  { gradient y color_map
    { [0 rgb 1]
      [1 rgbf 1]
    }
  }
}

-- 
main(i){char*_="BdsyFBThhHFBThhHFRz]NFTITQF|DJIFHQhhF";while(i=
*_++)for(;i>1;printf("%s",i-70?i&1?"[]":" ":(i=0,"\n")),i/=2);} /*- Warp -*/


Post a reply to this message

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