/
class Enlighten PipelineBoxSetProbeRegion
This is the documentation for Enlighten.
class Enlighten PipelineBoxSetProbeRegion
class Enlighten::PipelineBoxSetProbeRegion
A probe region object, corresponding to a <probeRegion> element in the .scene file.
Typedefs
Name | Description |
---|---|
Geo::GeoArray< Geo::GeoBoundingBox > BoxArray | An array of boxes. |
Variables
Name | Description |
---|---|
BoxArray m_Boxes | The boxes that define the region. |
Geo::GeoFileString m_Name | Name of this region. |
ProbeOctreeResolution m_Resolution | Resolution at which probes are placed. |
Geo::GeoFileString m_Zone | The zone which contains this region. |
Functions
Name | Description |
---|---|
PipelineBoxSetProbeRegion(Geo::GeoFileString, Geo::GeoFileString, ProbeOctreeResolution, BoxArray &&) | Constructor. |
Enlighten::PipelineBoxSetProbeRegion::PipelineBoxSetProbeRegion
public: PipelineBoxSetProbeRegion
(
Geo::GeoFileString name,
Geo::GeoFileString zone,
ProbeOctreeResolution resolution,
BoxArray && boxes
)
Constructor.
, multiple selections available,
Related content
How Enlighten works
How Enlighten works
More like this
Debug with Enlighten tools
Debug with Enlighten tools
More like this
9. Efficient Enlighten lighting
9. Efficient Enlighten lighting
More like this
Level properties
Level properties
More like this
2. Run the parameterize
2. Run the parameterize
More like this
7. Lightmap resolution
7. Lightmap resolution
More like this