class Enlighten::IPrecompSystemRadiosity
Handle to the SystemRadiosity.
Functions
Name | Description |
---|---|
GetLodRadCore(Geo::s32) | 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) |
GetNumLods() | For systems with no LODs generated GetNumLods will return 1 (i.e. the main system is considered to be the first LOD) |
GetRadSystemCore() | Access to the runtime radiosity data. |
NonCopyable(NonCopyable &&) | Defaulted to allow move. |
operator=(NonCopyable &&) | Defaulted to allow move. |
Release() | Free this object that was created within the Enlighten libraries. |
Anchor | ||||
---|---|---|---|---|
|
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)
Anchor | ||||
---|---|---|---|---|
|
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)
Anchor | ||||
---|---|---|---|---|
|
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
Anchor | ||||
---|---|---|---|---|
|
Geo::NonCopyable::NonCopyable
...
public: NonCopyable
(
NonCopyable &&
)
...
Defaulted to allow move.
Anchor | ||||
---|---|---|---|---|
|
NonCopyable& Geo::NonCopyable::operator=
...
public: NonCopyable & operator=
(
NonCopyable &&
)
...
Defaulted to allow move.
Anchor | ||||
---|---|---|---|---|
|
virtual void Geo::IGeoReleasable::Release
...
public: void Release()
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'