This is the documentation for Enlighten.
class Enlighten IPrecompOutputProbeSet
class Enlighten::IPrecompOutputProbeSet
└>Geo::IGeoSerialisable
└>Geo::IGeoReleasable
Handle to the LightTransport data for probesets.
Functions
Name | Description |
|---|---|
Create a new empty IPrecompOutputProbeSet. | |
Get the first basis vector of the non-axis aligned bounding box. | |
Get the second basis vector of the non-axis aligned bounding box. | |
Get the third basis vector of the non-axis aligned bounding box. | |
Get the origin of the non-axis aligned bounding box. | |
Read only access to the build parameters for this probe set. | |
Return the unique ID of this light probe set. | |
Get the full name. | |
Return the number of probes contained in this light probe set. | |
Access the light probe environment visibility. Data is encoded as a standard L2 spherical harmonic with 9 coefficients per probe. | |
Access the light probe positions. | |
Get the resolution of the regular grid in the direction of the first bounding box basis vector. | |
Get the resolution of the regular grid in the direction of the second bounding box basis vector. | |
Get the resolution of the regular grid in the direction of the third bounding box basis vector. | |
Returns true if this probe set was generated for a probe octree. | |
Returns if this probe set is a probe grid. | |
Load an instance of this class from an IGeoInputStream. | |
Free this object that was created within the Enlighten libraries. | |
Save an instance of this class to an IGeoStream. |
static IPrecompOutputProbeSet* Enlighten::IPrecompOutputProbeSet::Create
public: IPrecompOutputProbeSet * Create()
Create a new empty IPrecompOutputProbeSet.
virtual const Geo::v128& Enlighten::IPrecompOutputProbeSet::GetBoundingBoxBasisX
public: const Geo::v128 & GetBoundingBoxBasisX() const
Get the first basis vector of the non-axis aligned bounding box.
virtual const Geo::v128& Enlighten::IPrecompOutputProbeSet::GetBoundingBoxBasisY
public: const Geo::v128 & GetBoundingBoxBasisY() const
Get the second basis vector of the non-axis aligned bounding box.