|
|
This might work in some cases, but there are other where I'd like the
blocking object to only block certain other objects, while allowing others
to be seen. That is what I'm wondering about.
> If you're using a solid color background, you could always use a texture
> like
>
> texture {
> pigment { SomeColor }
> finish { ambient 1 diffuse 0 }
> }
>
> on any object. add no_shadow and no_reflection to the object, so it
> won't show in reflections and won't create any shadows.
>
> HTH,
> Florian
>
Post a reply to this message
|
|