...
Name | Description |
---|---|
Create() | Create a new empty IPrecompInputCubeMap. |
GetBuildParameters() | Edit the build parameters for this cube map. |
GetBuildParameters() | Read only access to the build parameters for this cube map. |
GetFaceWidth() | Get the width and length of face in the cube map. |
GetId() | Return the unique ID of this cube map. |
GetLocation() | Get the world space location of the cube map. |
GetName() | Get the full name. |
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. |
SetFaceWidth(Geo::s32) | Set the width and length of face in the cube map. |
SetId(Geo::GeoGuid) | Set the unique ID of this cube map. |
SetLocation(const Geo::Matrix &) | Set the world space position and orientation of the cube map. |
SetName(const char *) | Set a globally unique name. |
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...