/
class Enlighten ClusterRange
This is the documentation for Enlighten.
class Enlighten ClusterRange
class Enlighten::ClusterRange
The ClusterRange describes a range of leaf clusters that belong to a certain cluster in the tree.
It is effectively all leaf clusters that are grouped in this cluster.
Variables
Name | Description |
---|---|
Geo::s32 m_ClusterIdx | Index of the node containing the range of leaf clusters. |
Geo::s32 m_LeafClusterCount | Number of clusters in the range. |
Geo::s32 m_LeafClusterStartIdx | Index in the linear clustering of the first cluster in the range. |
Geo::s32 m_Level | Level at which the node containing the range of leaf clusters is located in the tree. |
Functions
Name | Description |
---|---|
ClusterRange(Geo::s32, Geo::s32, Geo::s32, Geo::s32) | Constructor. |
Enlighten::ClusterRange::ClusterRange
public: ClusterRange
(
Geo::s32 leafClusterStartIdx,
Geo::s32 leafClusterCount,
Geo::s32 level,
Geo::s32 clusterIdx
)
Constructor.
, multiple selections available,
Related content
How Enlighten works
How Enlighten works
More like this
Visualizations and statistics
Visualizations and statistics
More like this
Level properties
Level properties
More like this
2. Run the parameterize
2. Run the parameterize
More like this
1: Open the level
1: Open the level
More like this
World properties
World properties
More like this