This is the documentation for Enlighten.
class Enlighten IPrecompInputCubeMap
class Enlighten::IPrecompInputCubeMap
└>Geo::IGeoSerialisable
└>Geo::IGeoReleasable
A class representing a cube map object which the run-time can generate dynamically.
Functions
Name | Description |
|---|---|
Create a new empty IPrecompInputCubeMap. | |
Edit the build parameters for this cube map. | |
Read only access to the build parameters for this cube map. | |
Get the width and length of face in the cube map. | |
Return the unique ID of this cube map. | |
Get the world space location of the cube map. | |
Get the full name. | |
Load an instance of this class from an IGeoInputStream. | |
Free this object that was created within the Enlighten libraries. | |
Save an instance of this class to an IGeoStream. | |
Set the width and length of face in the cube map. | |
Set the unique ID of this cube map. | |
Set the world space position and orientation of the cube map. | |
Set a globally unique name. |
static IPrecompInputCubeMap* Enlighten::IPrecompInputCubeMap::Create
public: IPrecompInputCubeMap * Create()
Create a new empty IPrecompInputCubeMap.
virtual IPrecompCubeMapBuildParameters* Enlighten::IPrecompInputCubeMap::GetBuildParameters
public: IPrecompCubeMapBuildParameters * GetBuildParameters()
Edit the build parameters for this cube map.
virtual const IPrecompCubeMapBuildParameters* Enlighten::IPrecompInputCubeMap::GetBuildParameters
public: const IPrecompCubeMapBuildParameters * GetBuildParameters() const
Read only access to the build parameters for this cube map.
virtual Geo::s32 Enlighten::IPrecompInputCubeMap::GetFaceWidth
public: Geo::s32 GetFaceWidth() const
Get the width and length of face in the cube map.