POV-Ray : Newsgroups : povray.beta-test : *possible* bug : *possible* bug Server Time
30 Jul 2024 22:21:40 EDT (-0400)
  *possible* bug  
From: Slime
Date: 25 Sep 2001 18:50:05
Message: <3bb10a1d@news.povray.org>
If you translate a light source, and that light source has a
projected_through object specified, the projected_ through object is *not*
translated along with it. Is that the intended behavior?

#declare obj = sphere{0,1}

light_source {
    -5*y
    rgb1
    projected_through {obj}
    translate 10*y
} // this light source shines *down* below the X-Z plane.

- Slime
[ http://www.teja.nu/slime/ ]
[ http://www.teja.nu/slime/images/ ]


Post a reply to this message

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