POV-Ray : Newsgroups : povray.animations : translation outside of declaration : Re: translation outside of declaration Server Time
8 Jul 2024 16:15:12 EDT (-0400)
  Re: translation outside of declaration  
From: Sam the Magical
Date: 21 Oct 2002 16:30:07
Message: <web.3db46364c60587dd1117d57d0@news.povray.org>
>Order doesn't matter with translations. So translate it *before* translating
>the union:
>
>union {
>object {obj}
>object {obj}
>object {obj translate <a,b,c>}
>object {obj}
>object {obj}
>translate <d,e,f>
>}
>
> - Slime


Unfortunately, I cannot translate the right amount when in that order. You
see, I am moving the union along an arc, and i want the object to follow
the union, but not change BOTH x and y, just x. I need to return the object
to 0->y *after the union is moved.


Post a reply to this message

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