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 »

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.

  • No labels