POV-Ray : Newsgroups : povray.newusers : First-time user - object groups : Re: First-time user - object groups Server Time
5 Sep 2024 10:27:35 EDT (-0400)
  Re: First-time user - object groups  
From: Tom Melly
Date: 23 Mar 2001 10:25:19
Message: <3abb6adf$1@news.povray.org>
"me" <me### [at] minecom> wrote in message news:3abb69a5$1@news.povray.org...

<SNIP>

You need to create a union of your objects. So your code should read:

 #declare Podium_All =
union{
 object { Main }
 object { FrontName }
 object { FrontLogo }
 object { TopBox }
 object { BottomBox }
 object { Base }
 object { Rods }
}

object { Podium_All
   translate <0, 3, 0>
   rotate -45*y
 }


Post a reply to this message

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