POV-Ray : Newsgroups : povray.advanced-users : scale in animation... : scale in animation... Server Time
30 Jul 2024 12:29:59 EDT (-0400)
  scale in animation...  
From: Jason Dinger
Date: 26 Jul 1999 21:23:37
Message: <379d0a19@news.povray.org>
i'm trying to scale an object for an animation where the object shrinks.
here is what i've tried:

sphere {0,1 pigment {rgb 1} scale 2*(clock+.0001) }
sphere {0,1 pigment {rgb 1} scale -2*(clock+.0001) }
sphere {0,1 pigment {rgb 1} scale (clock+.0001)/2 }
sphere {0,1 pigment {rgb 1} scale (clock+.0001)/.5 }

 the results are always an object that enlarges. does anyone know how i
would scale it to shrink with the clock value?
   thanks in advance,
     jason


Post a reply to this message

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