This is the documentation for Enlighten.
class Enlighten IPrecompSystemRadiosity
class Enlighten::IPrecompSystemRadiosity
Handle to the SystemRadiosity.
Functions
Name | Description |
|---|---|
Access the RadSystemCore representing the LOD version of the system. GetLod(0) will return the pointer to the main system core (i.e. this system) | |
For systems with no LODs generated GetNumLods will return 1 (i.e. the main system is considered to be the first LOD) | |
Access to the runtime radiosity data. | |
Defaulted to allow move. | |
Defaulted to allow move. | |
Free this object that was created within the Enlighten libraries. |
virtual const RadSystemCore* Enlighten::IPrecompSystemRadiosity::GetLodRadCore
public: const RadSystemCore * GetLodRadCore
(
Geo::s32 lodIndex
) const
Access the RadSystemCore representing the LOD version of the system. GetLod(0) will return the pointer to the main system core (i.e. this system)
virtual Geo::s32 Enlighten::IPrecompSystemRadiosity::GetNumLods
public: Geo::s32 GetNumLods() const
For systems with no LODs generated GetNumLods will return 1 (i.e. the main system is considered to be the first LOD)
virtual const RadSystemCore* Enlighten::IPrecompSystemRadiosity::GetRadSystemCore
public: const RadSystemCore * GetRadSystemCore() const
Access to the runtime radiosity data.
Serialisation is through the Enlighten::ReadRadSystemCore and Enlighten::WriteRadSystemCore functions
Geo::NonCopyable::NonCopyable
public: NonCopyable
(
NonCopyable &&
)
Defaulted to allow move.
NonCopyable& Geo::NonCopyable::operator=
public: NonCopyable & operator=
(
NonCopyable &&
)