POV-Ray : Newsgroups : povray.general : texture cross dissolve : Re: texture cross dissolve Server Time
1 Aug 2024 10:15:37 EDT (-0400)
  Re: texture cross dissolve  
From: Mike Williams
Date: 31 Oct 2005 03:08:47
Message: <+bec5CAg$cZDFwY7@econym.demon.co.uk>
Wasn't it Paul Bourke who wrote:
>How does one do a cross dissolve between two image based textures 
>based upon the clock variable say.

Use an average texture_map, with the weights of each texture derived
from the clock variable, something like this

texture {
 average texture_map {
  [1-clock texture00]
  [clock   texture01]
 }
}
-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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