POV-Ray : Newsgroups : povray.animations : multistage with spline generator? : Re: multistage with spline generator? Server Time
6 Oct 2024 10:55:18 EDT (-0400)
  Re: multistage with spline generator?  
From: TinCanMan
Date: 28 Apr 2002 11:40:37
Message: <3ccc17f5$1@news.povray.org>
perhaps:

> object { objectx


#switch (clock)
  #range (0,0.5)
    #declare spline_clock = clock;
   #break

  #else

    #declare spline_clock = 0.5;
#end



>                  #include "mySpline1.spl"
>                  translate spline_pos
>                  no_shadow
>                  }
>
> thanks in advance and forgive me if the question is too easy!.
>
> Murat
>

-tgq


Post a reply to this message

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