Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescription
Create()

Create a new IBakeInputMeshTangents object.

GetNumUvs()

Get number of UVs.

GetUvs()

Retrieve the UVs.

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.

SetUvs(const Geo::GeoPoint2 *, const Geo::GeoPoint2 *)

Supply the tangents for the mesh.

...

Free this object that was created within the Enlighten libraries.

Expect this to behave in a similar way to calling 'delete(this)'

...