class Enlighten::PrecompVoxelOctree
A voxel in an octree.
Variables
Name | Description |
---|---|
Geo::u32 m_VoxelDepth | Depth of the voxel. |
Functions
Name | Description |
---|---|
GetVoxel(const PrecompVoxelOctreePath &) | Gets the voxel at the given path. |
GetVoxel(const PrecompVoxelOctreePath &, const Geo::u32) | Gets the voxel at the given path and octant. |
PrecompVoxelOctree(const Geo::u32) | Constructor. |
Anchor | ||||
---|---|---|---|---|
|
PrecompVoxelId Enlighten::PrecompVoxelOctree::GetVoxel
...
public: PrecompVoxelId GetVoxel
(
const PrecompVoxelOctreePath & path
) const
...
Gets the voxel at the given path.
Anchor | ||||
---|---|---|---|---|
|
PrecompVoxelId Enlighten::PrecompVoxelOctree::GetVoxel
...
public: PrecompVoxelId GetVoxel
(
const PrecompVoxelOctreePath & path,
const Geo::u32 octant
) const
...
Gets the voxel at the given path and octant.
Anchor | ||||
---|---|---|---|---|
|
Enlighten::PrecompVoxelOctree::PrecompVoxelOctree
...
public: PrecompVoxelOctree
(
const Geo::u32 voxelDepth
)
...
Constructor.