...
Name | Description |
---|---|
Create() | Create a new IBakeInputMeshLightingNormals object. |
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. |
SetNormals(Geo::s32, const Geo::GeoVector3 *, const Geo::GeoVector3 *) | Supply the normals for a given directionIndex. |
SetNumDirections(Geo::s32) | Set the number of additional lighting directions to calculate durung the baking. |
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...