/
class Enlighten IPrecompCubeMapCore
This is the documentation for Enlighten.
class Enlighten IPrecompCubeMapCore
class Enlighten::IPrecompCubeMapCore
A class containing a data block that is used by the run-time to generate cube maps.
Functions
Name | Description |
---|---|
GetRadCubeMapCore() | Access to the runtime probeset radiosity data. |
Release() | Free this object that was created within the Enlighten libraries. |
virtual const RadCubeMapCore* Enlighten::IPrecompCubeMapCore::GetRadCubeMapCore
public: const RadCubeMapCore * GetRadCubeMapCore() const
Access to the runtime probeset radiosity data.
Serialisation is through the Enlighten::ReadRadCubeMapCoreFromFile and Enlighten::WriteCubeMapCoreToFile functions
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)'
, 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
Enlighten UE5 4.01 Release Notes
Enlighten UE5 4.01 Release Notes
More like this
9. Efficient Enlighten lighting
9. Efficient Enlighten lighting
More like this
Precompute your level
Precompute your level
More like this
2. Run the parameterize
2. Run the parameterize
More like this