Cogs.Core
Classes | Public Member Functions | Public Attributes | List of all members
Cogs::Core::TexAtlas::LodTree Struct Reference

Classes

struct  Tile
 

Public Member Functions

void update (Context *context, const Geometry &geo, Cache &cache, Fetcher &fetcher, const Layout &layout, float tolerance, bool restrictBetweenNearAndFar, bool lodFreeze)
 

Public Attributes

std::vector< Tilecandidates
 
std::vector< Tiletiles
 
std::vector< uint16_t > encoded
 

Detailed Description

Definition at line 129 of file TexAtlasSystem.h.

Member Function Documentation

◆ update()

void Cogs::Core::TexAtlas::LodTree::update ( Context context,
const Geometry geo,
Cache cache,
Fetcher fetcher,
const Layout layout,
float  tolerance,
bool  restrictBetweenNearAndFar,
bool  lodFreeze 
)

Definition at line 106 of file TexAtlasLodTree.cpp.

Member Data Documentation

◆ candidates

std::vector<Tile> Cogs::Core::TexAtlas::LodTree::candidates

Definition at line 141 of file TexAtlasSystem.h.

◆ encoded

std::vector<uint16_t> Cogs::Core::TexAtlas::LodTree::encoded

Definition at line 143 of file TexAtlasSystem.h.

◆ tiles

std::vector<Tile> Cogs::Core::TexAtlas::LodTree::tiles

Definition at line 142 of file TexAtlasSystem.h.


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