POV-Ray : Newsgroups : povray.newusers : no_reflection with fog Server Time
30 Jul 2024 06:21:56 EDT (-0400)
  no_reflection with fog (Message 1 to 4 of 4)  
From: mntorrent
Subject: no_reflection with fog
Date: 24 Sep 2004 18:59:49
Message: <4154a6e5$1@news.povray.org>
How does one specify the no_reflection option to a fog?
I have a white, reflective plane with an object above it.
In the background is a blue "wall" of fog (ground fog that is rotated).
The shadow of the object on the white plane appears blue because the 
plane is reflecting the blue fog "wall".
I want the shadow to be gray as opposed to blue.
I was advised in the irc.freenode.net #povray channel to use 
no_reflection, but povray 3.6.1 complains when trying to use this in the 
fog.
In addition, object { fog { ... no_reflection } } causes an error 
because fog is not an object, I guess... which is probably why it 
doesn't accept the no_reflection option either.

I was thinking of having a second, transparent plane slightly above
the white, reflective plane that did not transmit blue light... but
this would have the unintended consequence of filtering the
blue light from the reflection of the object hoving above the plane too.

Any suggestions?


Post a reply to this message

From: Alain
Subject: Re: no_reflection with fog
Date: 25 Sep 2004 11:06:41
Message: <41558981$1@news.povray.org>
mntorrent nous apporta ses lumieres ainsi en ce 2004-09-24 18:42... :

> How does one specify the no_reflection option to a fog?
> I have a white, reflective plane with an object above it.
> In the background is a blue "wall" of fog (ground fog that is rotated).
> The shadow of the object on the white plane appears blue because the 
> plane is reflecting the blue fog "wall".
> I want the shadow to be gray as opposed to blue.
> I was advised in the irc.freenode.net #povray channel to use 
> no_reflection, but povray 3.6.1 complains when trying to use this in 
> the fog.
> In addition, object { fog { ... no_reflection } } causes an error 
> because fog is not an object, I guess... which is probably why it 
> doesn't accept the no_reflection option either.
>
> I was thinking of having a second, transparent plane slightly above
> the white, reflective plane that did not transmit blue light... but
> this would have the unintended consequence of filtering the
> blue light from the reflection of the object hoving above the plane too.
>
> Any suggestions?

You can replace your fog by a media filled box, the box been given the 
no_reflection. The render time may be longer.

Alain


Post a reply to this message

From: Florian Brucker
Subject: Re: no_reflection with fog
Date: 25 Sep 2004 11:39:30
Message: <41559132$1@news.povray.org>
You could try adding the metallic keyword to the reflection of the 
plane, like that: reflection { yourvalues metallic }
This will color the reflections in the color of the plane's pigment...

HTH,
Florian
-- 
The man who strikes first admits that his
ideas have given out. (Chinese Proverb)
[------------ http://www.torfbold.com - POV-Ray gallery ------------]


Post a reply to this message

From: mntorrent
Subject: Re: no_reflection with fog
Date: 26 Sep 2004 00:35:59
Message: <4156472f$1@news.povray.org>
I ended up adding another plane perpedicular to the floor
several units behind the object but very much in front of the
blue fog wall.
This plane is not rendered and does not cast shadows, but it
is reflected by other surfaces.

The definition of this plane is

plane
{
      locationv-look_atv, -6
      texture { pigment{color rgbft <0,0,1,1,1> } }
      no_image  // DON'T ACTUALLY RENDER THE PLANE
      no_shadow // DON'T EVEN LET THE INVISIBLE PLANE CAST SHADOWS
      // no_reflection // WE ARE GOING TO LET THE PLANE BE REFLECTED
}

The relfected pigment of this plane seemed to nearly cancel out
the blueness of the fog on the surface of the white plane...somewhat.




mntorrent wrote:
> How does one specify the no_reflection option to a fog?
> I have a white, reflective plane with an object above it.
> In the background is a blue "wall" of fog (ground fog that is rotated).
> The shadow of the object on the white plane appears blue because the 
> plane is reflecting the blue fog "wall".
> I want the shadow to be gray as opposed to blue.
> I was advised in the irc.freenode.net #povray channel to use 
> no_reflection, but povray 3.6.1 complains when trying to use this in the 
> fog.
> In addition, object { fog { ... no_reflection } } causes an error 
> because fog is not an object, I guess... which is probably why it 
> doesn't accept the no_reflection option either.
> 
> I was thinking of having a second, transparent plane slightly above
> the white, reflective plane that did not transmit blue light... but
> this would have the unintended consequence of filtering the
> blue light from the reflection of the object hoving above the plane too.
> 
> Any suggestions?


Post a reply to this message

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