POV-Ray : Newsgroups : povray.general : Inexplicable shadow? : Inexplicable shadow? Server Time
10 Aug 2024 17:28:56 EDT (-0400)
  Inexplicable shadow?  
From: Xplo Eristotle
Date: 18 Nov 1999 16:15:00
Message: <38346C9A.20CB7D73@unforgettable.com>
I tried this in the newusers group, but got one response from someone
who couldn't reproduce the effect, so...

The following brief scene:

camera
        {
        location  <0,6,-10>
        look_at   <0,5,0>
        }
        
light_source
        {
        <-350,1000,-250>
        color rgb <2,2,1.8>
        }
        
prism
        {
        conic_sweep
        linear_spline
        .5,1,5
        <4,8>,<-4,8>,<-4,-8>,<4,-8><4,8>
        rotate <180,0,0>
        translate <0,1,0>
        scale <1,32,1>
        translate <0,-11.5,5>
        pigment { color rgb <.5,.5,.5> }
        }

...is supposed to produce a tall, narrow, medium-gray truncated
pyramidal shape. It does in fact do this, but what has me confused is
the narrow dark band that appears on the left side of the front face. It
looks like a shadow, but there's nothing to cast one.

Any ideas?

-- 
Xplo Eristotle
http://start.at/xplosion/


Post a reply to this message

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