...
Name | Description |
---|---|
Create() | Create a new IBakeOutputSystemFinalGather. |
GetDirectionalIrradianceTexture() | Get the baked directional irradiance into a Geo::GeoFp16Texture texture. |
GetErrorDirectionalityTexture(Geo::s32) | Get the error estimate of a directional baking result into a Geo::GeoFp16Texture texture. |
GetErrorTexture() | Get the error estimate of the baking result into a Geo::GeoFp16Texture texture. |
GetFullName() | Get the lightmap name. |
GetOutputDirectionalityTexture(Geo::s32) | Get the directional result of the baking into an array of floats (X * Y * 4 values). |
GetOutputTexture() | Get the result of the baking into a Geo::GeoFp16Texture texture. |
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. |
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...