Versions Compared

Key

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

struct Enlighten::ProbeSetManagerVoxel::ProbeSetProps

Helper struct describing a probe set properties.

Variables

NameDescription
float m_ExpandedVolume

The volume of the expanded volume.

Geo::GeoGuid m_Guid

The guid of the Probe Set.

InterpolationInputSet const * m_InterpolationInputSet

Pointer to the run time data (may be NULL if given Probe Set is not loaded)

float m_MaxWeight

Maximum interpolation weight that can be assigned to this Probe Set.

float m_ProbesDensity

Probes density of this Probe Set.

Geo::v128 m_ProbesSpacing

Spacing between probes in all directions.

Functions

NameDescription
QSortComparison(const ProbeSetProps &, const ProbeSetProps &)

Function used by sort to compare ProbeSetProps (sort by guid).


Anchor
a37d795f7e33d8ad8d509e6bba2c7567a
a37d795f7e33d8ad8d509e6bba2c7567a

static bool Enlighten::ProbeSetManagerVoxel::ProbeSetProps::QSortComparison

...

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

...

Function used by sort to compare ProbeSetProps (sort by guid).