This is the documentation for Enlighten.

struct Enlighten NullSurroundingsSampler

struct Enlighten::NullSurroundingsSampler

Surroundings sampler that always returns zero.

Functions

Name Description
GetNegativeFieldValue()

Gets the negative field value.

GetPositiveFieldValue()

Gets the positive field value.

NullSurroundingsSampler(const IndirectInputLightingParameters &, const InputWorkspaceInternal &)

Constructor.

operator++()

Prefix ++.

operator++(int)

Postfix ++.


GEO_CONTROLLED_INLINE Geo::v128 Enlighten::NullSurroundingsSampler::GetNegativeFieldValue


public: GEO_CONTROLLED_INLINEGeo::v128 GetNegativeFieldValue() const


Gets the negative field value.


GEO_CONTROLLED_INLINE Geo::v128 Enlighten::NullSurroundingsSampler::GetPositiveFieldValue


public: GEO_CONTROLLED_INLINEGeo::v128 GetPositiveFieldValue() const


Gets the positive field value.


Enlighten::NullSurroundingsSampler::NullSurroundingsSampler


public: NullSurroundingsSampler
(
    const IndirectInputLightingParameters & params,
    const InputWorkspaceInternal & inputWorkspace
)


Constructor.


GEO_CONTROLLED_INLINE NullSurroundingsSampler& Enlighten::NullSurroundingsSampler::operator++


public: GEO_CONTROLLED_INLINENullSurroundingsSampler & operator++()


Prefix ++.


GEO_CONTROLLED_INLINE const NullSurroundingsSampler Enlighten::NullSurroundingsSampler::operator++


public: GEO_CONTROLLED_INLINE const NullSurroundingsSampler operator++
(
    int
)


Postfix ++.