POV-Ray : Newsgroups : povray.binaries.images : Birdbath : Re: Birdbath Server Time
17 Aug 2024 08:24:13 EDT (-0400)
  Re: Birdbath  
From: Steve
Date: 21 Oct 2001 16:42:33
Message: <slrn9t6c7h.9q3.steve@zero-pps.localdomain>
On 21 Oct 2001 10:09:54 -0400, Steve wrote:

>#declare Band_Cylinder = cylinder{<0,0.1,0>,<0,-0.1,0>,3 
>                                  pigment{Barrel_Colour/1.1} // Makes it slightly 
>                                  }                          // darker than barrel.
>                                  
>
>#declare Barrel_Bands = 
>intersection{
>             object{Barrel scale <1.05,1,1.05>}}
>             object{Band_Cylinder translate y*0.75 }
>             object{Band_Cylinder}
>             object{Band_Cylinder translate y*-0.75 }
>            }

Oops that should have been:
intersection{
             object{Barrel scale <1.05,1,1.05>}}
             union{
                   object{Band_Cylinder translate y*0.75 }
                   object{Band_Cylinder}
                   object{Band_Cylinder translate y*-0.75 }
                  }
            }
>
>#declare Full_Barrel = 
>union{
>      object{Barrel}
>      object{Barrel_Bands}
>      translate <wherever you want the barrel>
>     }


--
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  9:30pm  up 13 days, 12:11,  1 user,  load average: 1.04, 1.03, 1.00


Post a reply to this message

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