Versions Compared

Key

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

struct Enlighten::ProbeSetManagerVoxel::Voxel

Helper struct describing a voxel.

Variables

NameDescription
Geo::GeoTriple< Geo::s32, Geo::s32, Geo::s32 > m_Coords

The coordinates on the voxel.

Geo::u16 m_NumProbeVolumes

Number of Probe Sets that intersect this Voxel (both voxelised and not voxelised)

Geo::u16 const * m_ProbeSetPropsIndices

Indices of the Probe Sets that intersect this voxel.

Functions

NameDescription
QSortComparison(const Voxel &, const Voxel &)

Function used by sort to compare Voxels (sorting by coordinate)


Anchor
a33fdef27708009860b5151f75db13676
a33fdef27708009860b5151f75db13676

static bool Enlighten::ProbeSetManagerVoxel::Voxel::QSortComparison

...

public: bool QSortComparison
(
    const Voxel & arg1,
    const Voxel & arg2
)

...

Function used by sort to compare Voxels (sorting by coordinate)