POV-Ray : Newsgroups : povray.binaries.scene-files : Newbee question : Re: Newbee question Server Time
19 May 2024 11:13:41 EDT (-0400)
  Re: Newbee question  
From: GrimDude
Date: 15 Jan 1970 14:50:44
Message: <01bd21e5$28c70180$cb681cce@arkansasusa.com.arkansasusa.com>
#declare logo= union {
 { Flag1_mesh }
 { Flag2_mesh }
 { Flag3_mesh }
 { Flag4_mesh }
 { Flag5_mesh }
 { Flag6_mesh }
 { Cube1_mesh } }

 Should work :) Personally, I like to leave in all the object statements.

#declare logo= object { union {
object {  Flag1_mesh }
object { Flag2_mesh }
object { Flag3_mesh }
object { Flag4_mesh }
object {Flag5_mesh }
object { Flag6_mesh }
object { Cube1_mesh } } }

-- 
Paul Hinds
gri### [at] swbellnet


Post a reply to this message

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