POV-Ray : Newsgroups : povray.general : Invisible blocking objects?? : Re: Invisible blocking objects?? Server Time
3 Aug 2024 08:12:27 EDT (-0400)
  Re: Invisible blocking objects??  
From: Florian Brucker
Date: 10 Apr 2004 13:04:14
Message: <4078290e@news.povray.org>
If I understand you correctly, you want something in your scene that 
blocks other objects, therefore only showing the background?

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

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