POV-Ray : Newsgroups : povray.newusers : Moving objects : Re: Moving objects Server Time
30 Jul 2024 22:19:23 EDT (-0400)
  Re: Moving objects  
From: Hughes, B 
Date: 2 Jul 2003 15:40:55
Message: <3f033547@news.povray.org>
"Tom Melly" <tom### [at] tomandlucouk> wrote in message
news:3f02e78c@news.povray.org...
>
> Have we/I misunderstood the problem?

Maybe as simple as using:

object {
    TheObject
    translate <1,2,3> // or rotate <10,20,30>, or any combination thereof.
}

If more than one object together then use 'union' in place of 'object'.
Although I'm also wondering if this isn't the real problem/solution being
asked.

Bob H.


Post a reply to this message

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