POV-Ray : Newsgroups : povray.newusers : Transparent object : Re: Transparent object Server Time
28 Jul 2024 14:28:59 EDT (-0400)
  Re: Transparent object  
From: Stephen
Date: 23 Dec 2008 08:44:16
Message: <moq1l4h90tl4duhobj2r20fo3bal3obak8@4ax.com>
On Tue, 23 Dec 2008 08:33:22 EST, "Delfo" <nomail@nomail> wrote:

>.Is there a way to
>override the previous transparency with new settings, or shall I manually
>change all rgb declarations into rgbt?

Hi Delfo

Why not change all the rgb declarations into rgbft and call f and t declared
variables that can be varied globally.

#declare MyFilter = 0.3
#declare MyTrans = 0.7;


color rgbft <x,x,x, MyFilter, MyTrans >

The keyword *hollow* is only for media.
-- 

Regards
     Stephen


Post a reply to this message

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