...
Name | Description |
---|---|
Create() | Create a new IBakeSolvedRuntime. |
GetSolvedProbe(Geo::GeoGuid, Geo::s32, float *) | Get the solved values of a probe, as floats. |
GetSolvedProbeCompressed(Geo::GeoGuid, Geo::s32, float, Geo::u8 *) | Get the solved values of a probe, as chars. |
GetSolvedProbePositions(Geo::GeoGuid) | Get the positions of the solved probes, as 4 component vectors. |
GetSolvedProbeSet(Geo::GeoGuid) | Get the runtime data for 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)'
...