MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SetDetailObjectShadows

Method SetDetailObjectShadows

Source/Graphics/graphics.cpp:1750–1752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1748}
1749
1750void Graphics::SetDetailObjectShadows(bool val) {
1751 config_.SetDetailObjectShadows(val);
1752}
1753
1754void Graphics::SetSeamlessCubemaps(bool val) {
1755 if (GL_VERSION_3_2 || GLAD_GL_ARB_seamless_cube_map || GLAD_GL_ARB_seamless_cubemap_per_texture) {

Callers 4

GraphicsMethod · 0.45
SetFromConfigMethod · 0.45
ReloadStaticSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected