POV-Ray : Newsgroups : povray.animations : Animating Isosurface question : Re: Animating Isosurface question Server Time
8 Jul 2024 13:47:45 EDT (-0400)
  Re: Animating Isosurface question  
From: ABX
Date: 17 Jan 2003 08:56:26
Message: <1j2g2vorak2gve9rrinj1d1ffu6hu4dlef@4ax.com>
On Fri, 17 Jan 2003 08:57:17 -0500, "Steve Shelby" <ssh### [at] rexnetnet> wrote:
> #declare P1=function{pigment{leopard ...
> #declare P2=function{pigment{leopard ...

assuming clock goes from 0 to 1 it could be something like:

  #declare P=function{(1-clock)*P1(x,y,z).gray+clock*P2(x,y,z).gray};

such solution in extended form was used in:

http://news.povray.org/povray.binaries.animations/23891/167475/wip.mpg

ABX


Post a reply to this message

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