This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

struct Enlighten::ProbeSetManagerVoxel::Voxel

Helper struct describing a voxel.

Variables

Name Description
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

Name Description
QSortComparison(const Voxel &, const Voxel &)

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


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)

  • No labels