class Enlighten::ProbeInterpolant
Data structure identifying a probe and associated weight (influence) which forms part of a set to be interpolated.
Variables
| Name |
Description |
| Geo::s32 m_ProbeIndex |
The index of the probe to interpolate within the probe set.
|
| Geo::s32 m_ProbeSetIndex |
The index of the probe set the probe to interpolate is in.
|
| float m_Weight |
The influence of this probe.
|