Symphony Of Empires
MapOptions Struct Reference

#include <map_render.hpp>

Collaboration diagram for MapOptions:

Public Member Functions

std::vector< Optionget_options ()
 

Public Attributes

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 }
 

Detailed Description

Definition at line 59 of file map_render.hpp.

Member Function Documentation

◆ get_options()

std::vector<Option> MapOptions::get_options ( )
inline

Definition at line 73 of file map_render.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ buildings

Option MapOptions::buildings { "BUILDINGS", false }

Definition at line 69 of file map_render.hpp.

◆ city_lights

Option MapOptions::city_lights { "CITY_LIGHTS", false }

Definition at line 63 of file map_render.hpp.

◆ compress

Option MapOptions::compress { "COMPRESS", false }

Definition at line 71 of file map_render.hpp.

◆ grid

Option MapOptions::grid { "GRID", true }

Definition at line 67 of file map_render.hpp.

◆ lighting

Option MapOptions::lighting { "LIGHTING", true }

Definition at line 62 of file map_render.hpp.

◆ noise

Option MapOptions::noise { "NOISE", true }

Definition at line 60 of file map_render.hpp.

◆ parallax

Option MapOptions::parallax { "PARALLAX", false }

Definition at line 64 of file map_render.hpp.

◆ rivers

Option MapOptions::rivers { "RIVERS", true }

Definition at line 65 of file map_render.hpp.

◆ sdf

Option MapOptions::sdf { "SDF", false }

Definition at line 61 of file map_render.hpp.

◆ trees

Option MapOptions::trees { "TREES", false }

Definition at line 70 of file map_render.hpp.

◆ units

Option MapOptions::units { "UNITS", false }

Definition at line 68 of file map_render.hpp.

◆ water

Option MapOptions::water { "WATER", true }

Definition at line 66 of file map_render.hpp.


The documentation for this struct was generated from the following file: