...
Contains the probe set precompute data required by Enlighten at runtime.
Functions
Name | Description |
---|---|
Create() | Create an empty object. |
FreeData(Geo::u32) | Free memory data of an optional section. |
GetId() | Get probe set id. |
GetRadiosityCore() | Get radiosity core. |
GetSystemDependenciesCount() | Get number of system dependencies. |
GetSystemDependency(Geo::s32) | Get dependency system id at index idx. |
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. |
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...