This is the documentation for Enlighten.
class Geo GeoDepthCubeMap
class Geo::GeoDepthCubeMap
└>Geo::IGeoSerialisable
└>Geo::IGeoReleasable
A simple storage class for a floating point cube map.
Functions
Name | Description |
|---|---|
Create a new GeoDepthCubeMap. | |
Gets the data array for the given face. | |
Gets the data array for the given face. | |
Gets the width. | |
Geo::IGeoSerialisable implementation. | |
Load an instance of this class from an IGeoInputStream. | |
Geo::IGeoSerialisable implementation. | |
Free this object that was created within the Enlighten libraries. | |
Geo::IGeoSerialisable implementation. | |
Save an instance of this class to an IGeoStream. | |
Sets the resolution. | |
Sets the value at the given face and (x, y) position. |
static GeoDepthCubeMap* Geo::GeoDepthCubeMap::Create
public: GeoDepthCubeMap * Create()
Create a new GeoDepthCubeMap.
const float* Geo::GeoDepthCubeMap::GetData
public: const float * GetData
(
Geo::s32 f
) const
Gets the data array for the given face.
float* Geo::GeoDepthCubeMap::GetData
public: float * GetData
(
Geo::s32 f
)
Gets the data array for the given face.
Geo::s32 Geo::GeoDepthCubeMap::GetWidth
public: Geo::s32 GetWidth() const