"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
|