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:24:43 EDT (-0400)
  Re: wineglass.pov: quadric QCone_Y and CSG merge  
From: Bent
Date: 29 May 2005 23:20:01
Message: <web.429a85bab4432fcab605db230@news.povray.org>
Okay, I've reduced the scene greatly:

//Start of scene

camera {location -5*z}

background{color rgb 1}

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

merge{
quadric {<1, -1, 1>, <0, 0, 0>, <0, 0, 0>, 0 clipped_by{plane{y,-1}}}
sphere{0,1 scale <1,3,1>}
pigment {color rgb .5}}

//End of scene

See if this helps any.

Bent


Post a reply to this message

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