Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Material textures for the albedo and emissive channels, in Enlighten UV space.

Functions

NameDescription
Create()

Create a new IBakeRuntimeLighting.

GetAlbedoTexture()

The Enlighten albedo texture (RGBX)

GetEmissiveMax()

The maximum value in the emissive textures to scale its content beyond 1.0.

GetEmissiveTexture()

The Enlighten emissive texture (RGBM)

GetFullName()

Get the name of this system.

GetResolution()

The resolution of the textures, in pixels.

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.

...

public: const CpuTextureElement * GetAlbedoTexture() const

...

The Enlighten albedo texture (RGBX)


Anchor
a9ac30c1f9a11ab64b1137f562f8f8b68
a9ac30c1f9a11ab64b1137f562f8f8b68

...

public: const CpuTextureElement * GetEmissiveTexture() const

...

The Enlighten emissive texture (RGBM)


Anchor
a8a4ed207ce7d6e8274feb316604b11f2
a8a4ed207ce7d6e8274feb316604b11f2

...

Free this object that was created within the Enlighten libraries.

Expect this to behave in a similar way to calling 'delete(this)'

...