POV-Ray : Newsgroups : povray.beta-test : sphere_sweep + no_image -> shadows disappear Server Time
29 Jul 2024 12:23:12 EDT (-0400)
  sphere_sweep + no_image -> shadows disappear (Message 1 to 1 of 1)  
From: Slime
Subject: sphere_sweep + no_image -> shadows disappear
Date: 26 Apr 2002 02:12:16
Message: <3cc8efc0@news.povray.org>
The following scene is an example of the problem:

camera {location <-3,3,-3> look_at 0} // yadda yadda
default {texture{pigment {rgb 1}}} // yadda yadda
light_source {<1,1,-1>*9999 rgb 1} // yadda yadda

plane { // floor
 y,-1
}

difference {
 union {
  sphere_sweep { // problematic piece
   cubic_spline
   6,
   <1,.4,-3>,.4,
   <0,.4,-2>,.4,
   <.3,.33,0>,.33,
   <.2,.3,1>,.3,
   <0,.29,2>,.29,
   <-.5,.34,3>,.34
  }
  // insert anything here
  // sphere{0,1} // will do
 }
 // insert anything here, the cutaway area *will* have a shadow
 no_image
}

The sphere_sweep, when the no_image tag is in the difference{}, does not
have a shadow. Compare to when the no_image tag is not present. Spline type
doesn't seem to matter.

Any confirmation?

Version 3.5.beta.RC2, win98, pentium 3 (900mhz), 256MB

- Slime
[ http://www.slimeland.com/ ]
[ http://www.slimeland.com/images/ ]


Post a reply to this message

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