POV-Ray : Newsgroups : povray.binaries.images : "Spinner" space colony (2) : Re: "Spinner" space colony (2) Server Time
31 Jul 2024 10:17:30 EDT (-0400)
  Re: "Spinner" space colony (2)  
From: clipka
Date: 14 Jun 2010 21:21:44
Message: <4c16d5a8$1@news.povray.org>
Am 15.06.2010 01:31, schrieb SharkD:

> difference
> {
> cylinder {<0,0,in_star.z-0>, <0,0,in_stop.z+0>, in_star_height}
> cylinder {<0,0,in_star.z-1>, <0,0,in_stop.z+1>, in_stop_height}
> plane {+x, 0 rotate z * in_star_z_angle}
> plane {-x, 0 rotate z * in_stop_z_angle}
> bounded_by {cylinder {<0,0,in_star.z-0>, <0,0,in_stop.z+0>,
> in_star_height}}
> }

That bounded_by gives you no benefit; try computing a snugly fitting box 
instead.


Post a reply to this message

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