Versions Compared

Key

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

class Enlighten::PrecompInputOctreePointSet

A set of points for which probes will be placed at the specified resolution.

Variables

NameDescription
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

NameDescription
PrecompInputOctreePointSet(ProbeOctreeResolution, const Geo::v128 *, Geo::s32)

Construct a PrecompInputOctreePointSet that represents a region of 3D space at the given resolution.


Anchor
a706ebfc9c4863390cbd1c0decb2d0cce
a706ebfc9c4863390cbd1c0decb2d0cce

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.