POV-Ray : Newsgroups : povray.general : Clipping : Re: Clipping Server Time
7 Aug 2024 21:24:09 EDT (-0400)
  Re: Clipping  
From: Nikodemus Siivola
Date: 8 Jun 2001 17:49:07
Message: <3b214853@news.povray.org>
>   I think it can be made more easily and efficiently:

For some boost you could get rid of the planes, even though they are more
_elegant_... Try this in place of the planes inside the macro:

#local H = 2*MinRad;
#local L = H +MajRad;
box { <0, H, L>, <L, -H, -L> }
box { <0, H, L>, <-L, -H, -L> rotate -y*Ang }

 - Nikodemus


Post a reply to this message

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