POV-Ray : Newsgroups : povray.binaries.images : accidental shape [10.6 kb] : Re: accidental shape [10.6 kb] Server Time
2 Oct 2024 20:21:19 EDT (-0400)
  Re: accidental shape [10.6 kb]  
From: Tom Melly
Date: 27 Mar 2000 16:28:10
Message: <38dfd26a@news.povray.org>
Join the club. My ability to visualise the result of anything but a very
simple CSG is non-existent and I lack the patience to just throw numbers at
POV. I tend to reserve my experiments for textures and, God help me, media.

BTW here's the code.

#declare platform_struts =
union{
  cylinder{<0,0,0>, <0,2,0>,  1 rotate x*-45 rotate y*70}
  cylinder{<0,0,0>, <0,2,0>,  1 rotate x*-45 rotate y*35}
  cylinder{<0,0,0>, <0,2,0>,  1 rotate x*-45}
  cylinder{<0,0,0>, <0,2,0>,  1 rotate x*-45 rotate y*-35}
  cylinder{<0,0,0>, <0,2,0>,  1 rotate x*-45 rotate y*-70}
}

Tom Melly
tom### [at] tomandluforce9couk
http://www.tomandlu.force9.co.uk


Post a reply to this message

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