...
Name | Description |
---|---|
AddMesh(Geo::GeoGuid, Geo::s32, IBakeInputMeshUvs *) | Add the tangents of the mesh with the given index. |
Create() | Create a new IBakeInputGeometryTangents object. |
GetGeometryGuid() | Gets the GUID of the geometry. |
GetMeshUvs(Geo::GeoGuid, Geo::s32) | Retrieve the mesh UVs given an index. |
Load(IGeoInputStream &, Geo::u32) | Load an instance of this class from an IGeoInputStream. |
MoveMeshes(IBakeInputGeometryUvs *) | Move all meshes over from given input (and thus ownership as well). Will fail is passed in object is not compatible or GUIDs don't match. |
Release() | Free this object that was created within the Enlighten libraries. |
Save(IGeoStream &, Geo::u32) | Save an instance of this class to an IGeoStream. |
SetGeometryGuid(Geo::GeoGuid) | Sets the GUID of the geometry. |
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...