This is the documentation for Enlighten.
class Enlighten PrecompInputOctreePointSet
class Enlighten::PrecompInputOctreePointSet
A set of points for which probes will be placed at the specified resolution.
Variables
Name | Description |
---|---|
Geo::s32 m_Count | Number of points in the m_Points array. |
const Geo::v128 * m_Points | Raw array of points. |
ProbeOctreeResolution m_Resolution | Resolution of this point set. |
Functions
Name | Description |
---|---|
PrecompInputOctreePointSet(ProbeOctreeResolution, const Geo::v128 *, Geo::s32) | Construct a PrecompInputOctreePointSet that represents a region of 3D space at the given resolution. |
Enlighten::PrecompInputOctreePointSet::PrecompInputOctreePointSet
public: PrecompInputOctreePointSet
(
  ProbeOctreeResolution resolution,
  const Geo::v128 * points,
  Geo::s32 count
)
Construct a PrecompInputOctreePointSet that represents a region of 3D space at the given resolution.