Cogs.Core
Public Attributes | List of all members
Cogs::Core::TerrainProvider::Tiling Struct Reference

Public Attributes

glm::dvec2 size
 
unsigned width = 256
 
unsigned height = 256
 
unsigned overlapStart = 0
 
unsigned overlapEnd = 0
 
unsigned levels = 1
 

Detailed Description

Definition at line 28 of file BaseRasterSource.h.

Member Data Documentation

◆ height

unsigned Cogs::Core::TerrainProvider::Tiling::height = 256

Definition at line 31 of file BaseRasterSource.h.

◆ levels

unsigned Cogs::Core::TerrainProvider::Tiling::levels = 1

Definition at line 34 of file BaseRasterSource.h.

◆ overlapEnd

unsigned Cogs::Core::TerrainProvider::Tiling::overlapEnd = 0

Definition at line 33 of file BaseRasterSource.h.

◆ overlapStart

unsigned Cogs::Core::TerrainProvider::Tiling::overlapStart = 0

Definition at line 32 of file BaseRasterSource.h.

◆ size

glm::dvec2 Cogs::Core::TerrainProvider::Tiling::size

Definition at line 29 of file BaseRasterSource.h.

◆ width

unsigned Cogs::Core::TerrainProvider::Tiling::width = 256

Definition at line 30 of file BaseRasterSource.h.


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