/
class Enlighten PrecompVoxelOctree

This is the documentation for Enlighten.

class Enlighten PrecompVoxelOctree

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.


PrecompVoxelId Enlighten::PrecompVoxelOctree::GetVoxel


public: PrecompVoxelId GetVoxel
(
    const PrecompVoxelOctreePath & path
) const


Gets the voxel at the given path.


PrecompVoxelId Enlighten::PrecompVoxelOctree::GetVoxel


public: PrecompVoxelId GetVoxel
(
    const PrecompVoxelOctreePath & path,
    const Geo::u32 octant
) const


Gets the voxel at the given path and octant.


Enlighten::PrecompVoxelOctree::PrecompVoxelOctree


public: PrecompVoxelOctree
(
    const Geo::u32 voxelDepth
)


Constructor.

Related content

class Enlighten PrecompVoxelOctree
class Enlighten PrecompVoxelOctree
More like this
class Enlighten PrecompVoxelOctree
class Enlighten PrecompVoxelOctree
More like this
class Enlighten PrecompVoxelOctreePath
class Enlighten PrecompVoxelOctreePath
More like this
class Enlighten PrecompVoxelOctreeVolume
class Enlighten PrecompVoxelOctreeVolume
More like this
class Enlighten PrecompVoxelOctreeVolume
class Enlighten PrecompVoxelOctreeVolume
More like this
class Enlighten PrecompVoxelOctreeVolume
class Enlighten PrecompVoxelOctreeVolume
More like this