Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::PrecompVoxelOctree

A voxel in an octree.

Variables

NameDescription
Geo::u32 m_VoxelDepth

Depth of the voxel.

Functions

NameDescription
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
ae6c94ade8951404bf53feabf98aa9b01
ae6c94ade8951404bf53feabf98aa9b01

PrecompVoxelId Enlighten::PrecompVoxelOctree::GetVoxel

...

public: PrecompVoxelId GetVoxel
(
    const PrecompVoxelOctreePath & path
) const

...

Gets the voxel at the given path.


Anchor
a8e0354c0e0cbc9338e8ed975609c2412
a8e0354c0e0cbc9338e8ed975609c2412

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
ab176253170e6b9f1da9f02cda764c16c
ab176253170e6b9f1da9f02cda764c16c

Enlighten::PrecompVoxelOctree::PrecompVoxelOctree

...

public: PrecompVoxelOctree
(
    const Geo::u32 voxelDepth
)

...

Constructor.