This is the documentation for Enlighten.
class Enlighten IPrecompOutputProbeOctree
class Enlighten::IPrecompOutputProbeOctree
└>Geo::IGeoSerialisable
└>Geo::IGeoReleasable
An octree of probe positions grouped into probe sets.
The octree tiles covered by local probe sets define the area covered by this octree. Combine adjacent probe sets with the local probe sets of other octrees for seamless lighting.
Functions
Name | Description |
|---|---|
Create a new empty IPrecompOutputProbeOctree. | |
The number of sets of adjacent probe positions. | |
Read only access to the build parameters for this probe octree. | |
The number of sets of local probe positions. | |
Get the full name. | |
The number of sets of probe positions generated from the octree. | |
Returns the octree code for the specified probe set. | |
Returns the system dependencies. | |
The total number of sets of probe positions. | |
Load an instance of this class from an IGeoInputStream. | |
Free this object that was created within the Enlighten libraries. | |
Save an instance of this class to an IGeoStream. |
static IPrecompOutputProbeOctree* Enlighten::IPrecompOutputProbeOctree::Create
public: IPrecompOutputProbeOctree * Create()
Create a new empty IPrecompOutputProbeOctree.
virtual Geo::s32 Enlighten::IPrecompOutputProbeOctree::GetAdjacentProbeSetCount
public: Geo::s32 GetAdjacentProbeSetCount() const
The number of sets of adjacent probe positions.
Adjacent probe sets are arranged contiguously at the end of the range.
virtual const IPrecompProbeSetBuildParameters* Enlighten::IPrecompOutputProbeOctree::GetBuildParameters
public: const IPrecompProbeSetBuildParameters * GetBuildParameters() const
Read only access to the build parameters for this probe octree.
virtual Geo::s32 Enlighten::IPrecompOutputProbeOctree::GetLocalProbeSetCount
public: Geo::s32 GetLocalProbeSetCount() const
The number of sets of local probe positions.
Local probe sets are arranged contiguously at the start of the range.