XLE
v0.02.0
|
Classes | |
struct | Neighbours |
class | Node |
class | NodeID |
Public Member Functions | |
void | AddNode (const Node &node) |
void | AttemptLODPromote (unsigned startLod, TerrainRenderingContext &renderingContext) |
Public Attributes | |
std::vector< Node > | _activeNodes [MaxLODLevels] |
std::vector< Float4x4 > | _cellToWorlds |
std::vector< TerrainCellRenderer::CellRenderInfo * > | _cells |
std::vector< Float4x4 > | _cellToProjection |
std::vector< Float3 > | _cellPositionMinusViewPosition |
unsigned | _startLod |
float | _screenSpaceEdgeThreshold |
Static Public Attributes | |
static const unsigned | MaxLODLevels = 6 |