POV-Ray : Newsgroups : povray.general : Save several images from the same Scene? : Re: Save several images from the same Scene? Server Time
1 Aug 2024 02:23:09 EDT (-0400)
  Re: Save several images from the same Scene?  
From: Tim Attwood
Date: 20 Sep 2006 19:58:52
Message: <4511d5bc@news.povray.org>
> In my problem the center of my object is (1000,1000,0). How to define the
> parameters to make a circle around the center of this object with a
> distance of 1000?

light_source { 0 color 1
   translate -1000*x // orbit diameter
   rotate clock*360*y // move in orbit
   rotate 30*x // incline
   translate <1000,1000,0> // center on object
}


Post a reply to this message

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