This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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 ++.

  • No labels