class Enlighten IPrecompInputCubeMap

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

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.



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.