tipforeveryone
Bronze Supporter
|
How to completely remove Fog in game
In this image, fog effect is still there even I disable it in Environment object setting
Using "Fog.draw = false" does not help.
How can I get rid of this fog ?
|
|
12-15-2021 06:43 PM |
|
RedcrowProd
Member
|
RE: How to completely remove Fog in game
make sure you "set" the environment.
changing the "Environment" members requires to call void set (); // apply these settings to graphics (this will call 'set' on all members of this class)
|
|
12-15-2021 07:20 PM |
|
Esenthel
Administrator
|
RE: How to completely remove Fog in game
Perhaps this is blending to sky color.
Check Sky tab and Frac/fraction parameter.
|
|
12-16-2021 02:41 AM |
|
tipforeveryone
Bronze Supporter
|
RE: How to completely remove Fog in game
Thanks yes it is, sky related
|
|
12-17-2021 08:05 PM |
|