POV-Ray : Newsgroups : povray.newusers : First-time user - object groups : Re: First-time user - object groups Server Time
5 Sep 2024 10:28:13 EDT (-0400)
  Re: First-time user - object groups  
From: Ken
Date: 23 Mar 2001 10:24:45
Message: <3ABB6B44.BEB25E71@pacbell.net>
me wrote:

> The "rods" are declared in much the same way. My problem is this: I want to
> use a #declare statement to combine each of these objects into one, as so:

Simply wrap all of your objects in a union statement and it will be treated
like a single object. Example -

#declare Podium_All =

union {

object { Main }
object { FrontName }
object { FrontLogo }
object { TopBox }
object { BottomBox }
object { Base }
object { Rods }

}

-- 
Ken Tyler


Post a reply to this message

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