/
class Enlighten PrecompInputOctreePointSet
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.
, multiple selections available,
Related content
9. Efficient Enlighten lighting
9. Efficient Enlighten lighting
More like this
Enlighten UE5 4.02 Release Notes
Enlighten UE5 4.02 Release Notes
More like this
How Enlighten works
How Enlighten works
More like this
Visualizations and statistics
Visualizations and statistics
More like this
Level properties
Level properties
More like this
2. Run the parameterize
2. Run the parameterize
More like this