POV-Ray : Newsgroups : povray.binaries.images : Translucency (echo) : Re: Translucency (echo) Server Time
1 Aug 2024 22:19:45 EDT (-0400)
  Re: Translucency (echo)  
From: sooperFoX
Date: 14 Feb 2008 01:20:00
Message: <web.47b3dcecc87c0e1d943b35b60@news.povray.org>
"Blue Herring" wrote:
> What I've found works for a lampshade I've been working on was to just to take a
> cone and use clipped_by to make holes in the top and bottom.  (First time I've
> ever used clipped_by).  If you are using a lathe for your shape, the clipped_by
> probably isn't even necessary; just don't cap off the ends in your spline.

You only need to do that if you want to cut the end off at an angle other than
90 degrees. Otherwise, you can just use the 'open' keyword in the cone
definition.

E.g.:

cone {
  // .. whatever ..
  open // leave off the end caps
}

The same applies to cylinders too.


- sooperFoX


Post a reply to this message

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