POV-Ray : Newsgroups : povray.binaries.images : WIP lamp for a sauna (92kb) : Re: WIP lamp for a sauna (92kb) Server Time
15 Aug 2024 02:32:43 EDT (-0400)
  Re: WIP lamp for a sauna (92kb)  
From: Ib Rasmussen
Date: 15 Sep 2002 16:24:34
Message: <3D84EC6F.7080109@ibras.dk>
Sir Charles W. Shults III wrote:

>     Hey, you're right!  Perhaps we could use a slightly different sized sphere-
> like just a hair larger- and move it downward a bit to compensate so the
> intersection is the proper size?  It would be a real pain, but it could be
> tried.


It helps, but it takes more than a hair to get rid of the effect.
The attached image shows this variant:

union {
    sphere { <0, 7.1645, 0>, 10.2 }
    difference {
       cylinder { <0, 0, 0>, <0, 8.5963, 0>, 20 }
       torus { 20, 10 translate <0, 10, 0> }
    }
    texture { pigment { Gray50 } finish { Phong_Shiny } }
}

/ib


Post a reply to this message


Attachments:
Download 'testshade2.jpg' (5 KB)

Preview of image 'testshade2.jpg'
testshade2.jpg


 

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