POV-Ray : Newsgroups : povray.animations : Move fast then slow down? : Re: Move fast then slow down? Server Time
28 Jul 2024 12:26:45 EDT (-0400)
  Re: Move fast then slow down?  
From: Greg M  Johnson
Date: 4 Aug 2000 07:50:13
Message: <398AACC4.2075B0D0@my-dejanews.com>
First of all, the clock moves from 0 to 1, so the code you posted will meet
problems.

If you want something to move quickly at first then slowly, say:
    translate <0,-sqrt(clock),0>        //think how y=sqrt(x) varies from 0
to 1

If you want something to move slowly at first then speed up, say:
    translate <0,-sqr(clock),0>        //think how y=sqr(x) varies from 0 to
1


Post a reply to this message

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