Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetSimpleFog
Method
SetSimpleFog
Source/Graphics/graphics.cpp:1721–1723 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1719
}
1720
1721
void Graphics::SetSimpleFog(bool val) {
1722
config_.SetSimpleFog(val);
1723
}
1724
1725
void Graphics::SetDepthOfField(bool val) {
1726
config_.SetDepthOfField(val);
Callers
4
Graphics
Method · 0.45
SetFromConfig
Method · 0.45
UpdateSimpleFog
Function · 0.45
ReloadStaticSettings
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected