MCPcopy 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
1721void Graphics::SetSimpleFog(bool val) {
1722 config_.SetSimpleFog(val);
1723}
1724
1725void Graphics::SetDepthOfField(bool val) {
1726 config_.SetDepthOfField(val);

Callers 4

GraphicsMethod · 0.45
SetFromConfigMethod · 0.45
UpdateSimpleFogFunction · 0.45
ReloadStaticSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected