class Enlighten::IPrecompRadiosityNormalTexture
Handle to the radiosity normal texture.
Functions
Name | Description |
---|---|
GetRgbxTextureData() | Read access to the raw array of texture data. |
GetTextureDataSize() | Returns the texture size in memory. |
GetTextureHeight() | Returns the texture width. |
GetTextureWidth() | Returns the texture width. |
NonCopyable(NonCopyable &&) | Defaulted to allow move. |
operator=(NonCopyable &&) | Defaulted to allow move. |
Release() | Free this object that was created within the Enlighten libraries. |
Anchor | ||||
---|---|---|---|---|
|
virtual const Geo::GeoRGBXTextureElement* Enlighten::IPrecompRadiosityNormalTexture::GetRgbxTextureData
...
public: const Geo::GeoRGBXTextureElement * GetRgbxTextureData() const
...
Read access to the raw array of texture data.
The members of each pixel represent: m_R: x-component of the normal vector. m_G: y-component of the normal vector. m_B: z-component of the normal vector. m_M: "skylight factor" - how much of the environment is visible at this point.
Anchor | ||||
---|---|---|---|---|
|
virtual Geo::s32 Enlighten::IPrecompRadiosityNormalTexture::GetTextureDataSize
...
public: Geo::s32 GetTextureDataSize() const
...
Returns the texture size in memory.
Anchor | ||||
---|---|---|---|---|
|
virtual Geo::s32 Enlighten::IPrecompRadiosityNormalTexture::GetTextureHeight
...
public: Geo::s32 GetTextureHeight() const
...
Returns the texture width.
Anchor | ||||
---|---|---|---|---|
|
virtual Geo::s32 Enlighten::IPrecompRadiosityNormalTexture::GetTextureWidth
...
public: Geo::s32 GetTextureWidth() const
...
Returns the texture width.
Anchor | ||||
---|---|---|---|---|
|
Geo::NonCopyable::NonCopyable
...
public: NonCopyable
(
NonCopyable &&
)
...
Defaulted to allow move.
Anchor | ||||
---|---|---|---|---|
|
NonCopyable& Geo::NonCopyable::operator=
...
public: NonCopyable & operator=
(
NonCopyable &&
)
...
Defaulted to allow move.
Anchor | ||||
---|---|---|---|---|
|
virtual void Geo::IGeoReleasable::Release
...
public: void Release()
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'