POV-Ray : Newsgroups : povray.animations : Animating a circular path : Re: Animating a circular path Server Time
28 Jul 2024 16:28:54 EDT (-0400)
  Re: Animating a circular path  
From: Chris Huff
Date: 3 Oct 1999 09:11:49
Message: <37F75683.2B2D6423@compuserve.com>
That won't work if you want all of the objects to be aligned, if that is
what he wants, this should work:
object  {MyObject // centered around the origin
    rotate -360*y*clock
    translate 5*x
    rotate 360*y*clock
}


Post a reply to this message

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