POV-Ray : Newsgroups : povray.newusers : animation: blending over from pigment{P_Cloud4} to white sky : Re: animation: blending over from pigment{P_Cloud4} to white sky Server Time
29 Jul 2024 08:22:59 EDT (-0400)
  Re: animation: blending over from pigment{P_Cloud4} to white sky  
From: Alain
Date: 23 Apr 2006 23:08:02
Message: <444c4112@news.povray.org>
wollinger nous apporta ses lumieres en ce 23/04/2006 16:44:
> Hello,
> 
> sorry for that question but somtimes I'm too stupid to find the correct
> answer on my own. In original state my sky consists of:
> 
> sky_sphere {
>      pigment{P_Cloud4}
>      scale 2
> }
> 
> In my animation I want to blend this sky out so that I only have a "White"
> sky. I tried already a lot of combinations with "transmit clock" but I only
> managed to get an black sky. I also tried this in combination with a white
> pigment. Can anybody help me, please?
> 
> Regards
> Wolfgang
> 
> 
You can add a layer that have a transmit going from 0 to 1. The pigment will looks
like:
pigment{rgbt <1,1,1,1-clock>}
Will go from totaly transparent, showing previous pigment in the list, to totaly
white.

-- 
Alain
-------------------------------------------------
WARNING: The consumption of alcohol may make you think you are whispering when you are
not.


Post a reply to this message

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