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::PrecompInputOctreeBoxSet

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

Variables

Name Description
const Geo::GeoBoundingBox * m_Boxes

The array of boxes.

Geo::s32 m_Count

The number of entries in m_Boxes.

ProbeOctreeResolution m_Resolution

The resolution.

Functions

Name Description
PrecompInputOctreeBoxSet(ProbeOctreeResolution, const Geo::GeoBoundingBox *, Geo::s32)

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


Enlighten::PrecompInputOctreeBoxSet::PrecompInputOctreeBoxSet


public: PrecompInputOctreeBoxSet
(
    ProbeOctreeResolution resolution,
    const Geo::GeoBoundingBox * boxes,
    Geo::s32 count
)


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

  • No labels