Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Terrain::Cell Struct Reference

#include <Terrain.hpp>

Public Member Functions

 Cell (uint l, uint x, uint z)
 

Public Attributes

Mesh mesh
 The geometry covering this cell.
 
uint level
 The density level used to generate the mesh of this cell.
 

Detailed Description

Terrain mesh cell.

Constructor & Destructor Documentation

◆ Cell()

Terrain::Cell::Cell ( uint  l,
uint  x,
uint  z 
)

Constructor.

Parameters
lthe level of detail
xcell x coordinate
zcell z coordinate

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