POV-Ray : Newsgroups : povray.advanced-users : HF + ground fog !? Server Time
29 Jul 2024 00:26:18 EDT (-0400)
  HF + ground fog !? (Message 1 to 5 of 5)  
From:  Light Beam 
Subject: HF + ground fog !?
Date: 9 Nov 2003 13:31:31
Message: <3fae8803@news.povray.org>
Hello. I try to use a ground fog that is upside an HeighField (with "hollow"
keyword) this HF is located at 0.0 on Z axix, up to 1.0. I put a ground fog
from 0.0 to 'alt' 3.0 and I try with differents distances. But pov said that

this HF with a plane... It's work ! Is there a bug ?
Thanks...


Post a reply to this message

From:  Light Beam 
Subject: Re: HF + ground fog !?
Date: 9 Nov 2003 14:07:18
Message: <3fae9066$1@news.povray.org>
PS : The 'inverse' keyword doesn't work too !


Post a reply to this message

From: Gilles Tran
Subject: Re: HF + ground fog !?
Date: 9 Nov 2003 14:15:22
Message: <3fae924a$1@news.povray.org>

news:3fae8803@news.povray.org...
> the fog doesn't work ! If I replace
> this HF with a plane... It's work ! Is there a bug ?

Well, hf have been used with ground fog for a while, so if there's a problem
here it must be rare indeed. To debug this, you need to make a minimal scene
demonstrating the problem (only camera + light + fog + hf). My first guess
is that something else in the scene, or something specific to this
particular hf, is causing the problem, but it's impossible to say without a
minimal demo scene.

G.


-- 
**********************
http://www.oyonale.com
**********************
- Graphic experiments
- POV-Ray and Poser computer images
- Posters


Post a reply to this message

From:  Light Beam 
Subject: Re: HF + ground fog !?
Date: 9 Nov 2003 18:00:30
Message: <3faec70e$1@news.povray.org>
Sorry... I've found the solution : There where a (old test) plane 30 units
lower than HF, but he was hollow too, I removed it and its works BUT I don't
know why a infinite Y plane 30 units under the HF removes my fog !!!


Post a reply to this message

From: Slime
Subject: Re: HF + ground fog !?
Date: 9 Nov 2003 18:52:48
Message: <3faed350$1@news.povray.org>
> I don't
> know why a infinite Y plane 30 units under the HF removes my fog !!!

A plane's "inside" is not necessarily underneath it. If you defined your
plane like this:

plane {
-y, 30
}

then it will be solid everywhere *above* y = -30. Instead, you can define it
like this:

plane {
y, -30
}

and it will be solid *below* y = -30.

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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