POV-Ray : Newsgroups : povray.beta-test : wineglass.pov: quadric QCone_Y and CSG merge : Re: wineglass.pov: quadric QCone_Y and CSG merge Server Time
29 Jul 2024 02:28:03 EDT (-0400)
  Re: wineglass.pov: quadric QCone_Y and CSG merge  
From: Bent
Date: 29 May 2005 23:25:00
Message: <web.429a876eb4432fcab605db230@news.povray.org>
Curiouser and curiouser...

The difference function has a problem too:
//Start of scene

camera {location <0,4,-5> look_at 0}

background{color rgb 1}

light_source {<-10, 10, -10> color rgb 1}

difference{
quadric {<1, -1, 1>, <0, 0, 0>, <0, 0, 0>, 0 clipped_by{plane{y,-1}}}
sphere{0,2}
pigment {color rgb .5}}

//End of scene

(I changed things around a little...)

Also, try adding an inverse to the quadric - you get the same thing as if
you were to replace the difference with the merge again...

Bent


Post a reply to this message

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