...
└>Geo::IGeoSerialisable
└>Geo::IGeoReleasable
The Enlighten runtime objects; RadDataCore, InputWorkspace, et al.
...
| Name | Description |
|---|---|
| AddProbeSet(RadProbeSetCore *, CpuEnvironment *, const IPrecompOutputProbeSet *) | Adds an Enlighten probeset to the runtime solver. |
| AddSystem(RadSystemCore *, IPrecompRadiosityNormalTexture *, CpuEnvironment *, InputWorkspace *, ClusterAlbedoWorkspaceMaterialData *) | Adds an Enlighten system to the runtime solver. |
| Create() | Create a new IBakeInputRuntime. |
| 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. |
| SetBounceScale(float) | Set the bounce scale used during the indirect lighting calculation based on the runtime data. |
| SetDefaultEnvironment(CpuEnvironment *) | Adds an emissive environment to the light input. Takes ownership. |
...
public: bool AddProbeSet
(
RadProbeSetCore * probeSet,
CpuEnvironment * environment,
const IPrecompOutputProbeSet * pOutputProbeSet
)
...
Adds an Enlighten probeset to the runtime solver.
...
public: bool AddSystem
(
RadSystemCore * radCore,
IPrecompRadiosityNormalTexture * normalTexture,
CpuEnvironment * environment,
InputWorkspace * inputWorkspace,
ClusterAlbedoWorkspaceMaterialData * cawMaterialData
)
...
Adds an Enlighten system to the runtime solver.
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...