...
Name | Description |
---|---|
Create() | Create a new and empty IBakeOutputProbeSet. |
Create(Geo::s32, Geo::s32) | Create a new IBakeOutputProbeSet for the given number of elements. |
CreateU8Output(float, Geo::u8 *) | Get the probe values in U8 format. |
GetMaxValue() | Retrieves the largest coefficient used in any probe. |
GetNumElements() | Returns the number of elements in the output data. |
GetNumProbes() | Returns the number of probes in the probe set. |
GetOutput() | Get the probe values. |
GetOutput() | Get the probe values. |
GetShOrder() | Returns the SH order of the probe set. |
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)'
...