This is the documentation for Enlighten.
struct Enlighten ProbeSetManagerVoxel ProbeSetProps
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).