#include <map_render.hpp>
|
Option | noise { "NOISE", true } |
|
Option | sdf { "SDF", false } |
|
Option | lighting { "LIGHTING", true } |
|
Option | city_lights { "CITY_LIGHTS", false } |
|
Option | parallax { "PARALLAX", false } |
|
Option | rivers { "RIVERS", true } |
|
Option | water { "WATER", true } |
|
Option | grid { "GRID", true } |
|
Option | units { "UNITS", false } |
|
Option | buildings { "BUILDINGS", false } |
|
Option | trees { "TREES", false } |
|
Option | compress { "COMPRESS", false } |
|
Definition at line 59 of file map_render.hpp.
◆ get_options()
std::vector<Option> MapOptions::get_options |
( |
| ) |
|
|
inline |
◆ buildings
Option MapOptions::buildings { "BUILDINGS", false } |
◆ city_lights
Option MapOptions::city_lights { "CITY_LIGHTS", false } |
◆ compress
Option MapOptions::compress { "COMPRESS", false } |
◆ grid
Option MapOptions::grid { "GRID", true } |
◆ lighting
Option MapOptions::lighting { "LIGHTING", true } |
◆ noise
Option MapOptions::noise { "NOISE", true } |
◆ parallax
Option MapOptions::parallax { "PARALLAX", false } |
◆ rivers
Option MapOptions::rivers { "RIVERS", true } |
◆ sdf
Option MapOptions::sdf { "SDF", false } |
◆ trees
Option MapOptions::trees { "TREES", false } |
◆ units
Option MapOptions::units { "UNITS", false } |
◆ water
Option MapOptions::water { "WATER", true } |
The documentation for this struct was generated from the following file: