class Enlighten BaseProbeSet

This is the documentation for Enlighten.

class Enlighten BaseProbeSet

class Enlighten::BaseProbeSet

    └>Geo::IGeoReleasable

Class used by the update manager to hold all of the resources for a probe set together.

This class is used as-is by the CPU and console update managers. Note that currently the update manager system can only solve whole probe sets at once - there is not yet any mechanism for solving only subsets.

Functions

Name

Description

Name

Description

GetUpdateMarker()

Get the current value of the update marker. The marker changes every time the probe set is updated.

NonCopyable(NonCopyable &&)

Defaulted to allow move.

operator=(NonCopyable &&)

Defaulted to allow move.

Release()

Free this object that was created within the Enlighten libraries.

Release()

Free this object that was created within the Enlighten libraries.

SetBakedOutput(const BakedProbeOutputInfo &)

Property-setting functions which can be enqueued with EnqueueSetObjectParameter.

SetBakedOutputMultiplier(float)

Property-setting functions which can be enqueued with EnqueueSetObjectParameter.

SetEmissiveEnvironment(Geo::GeoGuid)

Property-setting functions which can be enqueued with EnqueueSetObjectParameter.

SetFramesPerUpdate(Geo::s32)

Property-setting functions which can be enqueued with EnqueueSetObjectParameter.

SetTemporalCoherenceThreshold(float)

Property-setting functions which can be enqueued with EnqueueSetObjectParameter.

SetUpdateCounter(Geo::s32)

Property-setting functions which can be enqueued with EnqueueSetObjectParameter.

SetUpdatesActive(bool)

Property-setting functions which can be enqueued with EnqueueSetObjectParameter.



Geo::u32 Enlighten::BaseProbeSet::GetUpdateMarker


public: Geo::u32 GetUpdateMarker() const


Get the current value of the update marker. The marker changes every time the probe set is updated.



Geo::NonCopyable::NonCopyable


public: NonCopyable
(
    NonCopyable &&
)


Defaulted to allow move.



NonCopyable& Geo::NonCopyable::operator=


public: NonCopyable & operator=
(
    NonCopyable &&
)


Defaulted to allow move.



virtual void Enlighten::BaseProbeSet::Release


protected: virtual void Release()