POV-Ray : Newsgroups : povray.newusers : tori : Re: tori Server Time
5 Sep 2024 16:20:32 EDT (-0400)
  Re: tori  
From: Chris Huff
Date: 24 Jan 2001 05:52:40
Message: <chrishuff-38A650.05533624012001@news.povray.org>
In article <3a6c9cdf$1@news.povray.org>, "Mark M. Wilson" 
<mrm### [at] worldnetattnet> wrote:

> The problem seems to come when I try and union or merge the two 
> partial arcs so that they form the characteristically Gothic ogival 
> arch. 

Maybe this is what you want instead of arc segments:
intersection {
    union {
        intersection {
            torus {1, 0.25 rotate x*90 translate -x*0.25}
            plane {-x, 0}
        }
        intersection {
            torus {1, 0.25 rotate x*90 translate x*0.25}
            plane {x, 0}
        }
    }
    plane {-y, 0}
}

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

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