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::ProbeSetProps


Helper struct describing a probe set properties.


Variables

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

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

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


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).

  • No labels