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
|