class Enlighten IPrecompOutputProbeOctree

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

Name

Description

Create()

Create a new empty IPrecompOutputProbeOctree.

GetAdjacentProbeSetCount()

The number of sets of adjacent probe positions.

GetBuildParameters()

Read only access to the build parameters for this probe octree.

GetLocalProbeSetCount()

The number of sets of local probe positions.

GetName()

Get the full name.

GetNumProbeSets()

The number of sets of probe positions generated from the octree.

GetProbeSetOctreeCode(Geo::s32)

Returns the octree code for the specified probe set.

GetSystemDependencies(Geo::s32)

Returns the system dependencies.

GetTotalProbeSetCount()

The total number of sets of probe positions.

Load(IGeoInputStream &, Geo::u32)

Load an instance of this class from an IGeoInputStream.

Release()

Free this object that was created within the Enlighten libraries.

Save(IGeoStream &, Geo::u32)

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.