POV-Ray : Newsgroups : povray.general : One Object in Union : Re: One Object in Union Server Time
3 Aug 2024 22:15:30 EDT (-0400)
  Re: One Object in Union  
From: Warp
Date: 1 Oct 2003 08:10:01
Message: <3f7ac419$1@news.povray.org>
OTOH, if the object creation is complicated, you might want to try
this idea instead:

#if(there will be more than 1 object)
  union {
#else
  object {
#end
    create object(s) here
  }

-- 
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}//  - Warp -


Post a reply to this message

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