...
Name | Description |
---|---|
AddLight(const BakeInputLight &) | Add an input light to the collection. |
Create() | Create a new IBakeInputLighting. |
GetLight(Geo::s32) | Retrieve a light. |
GetNumLights() | Retrieve number of lights. |
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)'
...