About Store Forum Documentation Contact



Post Reply 
How to completely remove Fog in game
Author Message
tipforeveryone Offline
Bronze Supporter

Post: #1
How to completely remove Fog in game
In this image, fog effect is still there even I disable it in Environment object setting

[Image: e8fc50f327ddc71507e4300fcac6c99c.png]

Using "Fog.draw = false" does not help.

How can I get rid of this fog ?
12-15-2021 06:43 PM
Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #2
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
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
Find all posts by this user Quote this message in a reply
tipforeveryone Offline
Bronze Supporter

Post: #4
RE: How to completely remove Fog in game
Thanks smile yes it is, sky related
12-17-2021 08:05 PM
Find all posts by this user Quote this message in a reply
Post Reply