POV-Ray : Newsgroups : povray.general : Trouble with a torus : Trouble with a torus Server Time
6 Aug 2024 17:01:44 EDT (-0400)
  Trouble with a torus  
From: Shay
Date: 14 Feb 2002 17:59:27
Message: <3c6c414f$1@news.povray.org>
There is a simple, obdvious problem with this code, but I just can't see it.
Why do a get a lip where the torus rests on the clipped sphere?
Please save my sanity!!!

background {rgb 1}
camera {location <1,2,-2> look_at 0}
light_source {<-600, 400, -400> color rgb 1}

intersection {
 sphere {0, 1}
 plane {y*1, .5}
 pigment {rgb 1}}

torus {cos(asin(.5))-.05, .05 sturm translate y*.5 pigment {rgb 1}}

Thank you,
 -Shay


Post a reply to this message

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