POV-Ray : Newsgroups : povray.general : Media, fog : Re: Media, fog Server Time
10 Aug 2024 07:19:12 EDT (-0400)
  Re: Media, fog  
From: Bob Hughes
Date: 16 Feb 2000 15:54:20
Message: <38ab0e7c@news.povray.org>
The container probably is hollow already or there wouldn't be any media showing
up anyway.  The 'transmit' for no shadowing of the media might not go for the
container itself but if it's 'rgbt 1' it shouldn't be casting a shadow to begin
with.
Perhaps it's the fog itself causing the problem, does it use a filter value?

Bob

"Bouf" <Chr### [at] nanterremarellifr> wrote in message
news:38AAB7C6.4FEA689C@nanterre.marelli.fr...
| Bill DeWitt wrote:
| >
| > I think I have seen this before but now I can't find it. How can I make my
| > media container not throw a shadow on my fog? I thought it was a rgbt vs.
| > rgbf thing but that's not it...
|
| Well, I think that's it.
|
| sphere { y*.5, .5
| pigment { color rgbt 1 }
| interior {
| media {
| ...
| }
| }
| hollow
| }
|
| fog {
| fog_type 1
| distance 200
| color rgbt<.7,.7,.7,.3>
| }
|
|
| Don't forget to make your container hollow...
|
|
| Bouf.
|
|
| P.S: tested with MegaPov, but it have to work with official Pov...


Post a reply to this message

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