This is the documentation for Enlighten.
struct Enlighten TransparencySurroundingsSampler
struct Enlighten::TransparencySurroundingsSampler
Surroundings sampler for transparency.
Functions
Name | Description |
|---|---|
Gets the negative field value. | |
Gets the positive field value. | |
Prefix ++. | |
Postfix ++. | |
Constructor. |
GEO_CONTROLLED_INLINE Geo::v128 Enlighten::TransparencySurroundingsSampler::GetNegativeFieldValue
public: GEO_CONTROLLED_INLINEGeo::v128 GetNegativeFieldValue() const
Gets the negative field value.
GEO_CONTROLLED_INLINE Geo::v128 Enlighten::TransparencySurroundingsSampler::GetPositiveFieldValue
public: GEO_CONTROLLED_INLINEGeo::v128 GetPositiveFieldValue() const
Gets the positive field value.
GEO_CONTROLLED_INLINE TransparencySurroundingsSampler& Enlighten::TransparencySurroundingsSampler::operator++
public: GEO_CONTROLLED_INLINETransparencySurroundingsSampler & operator++()
Prefix ++.
GEO_CONTROLLED_INLINE const TransparencySurroundingsSampler Enlighten::TransparencySurroundingsSampler::operator++
public: GEO_CONTROLLED_INLINE const TransparencySurroundingsSampler operator++
(
int
)
Postfix ++.
Enlighten::TransparencySurroundingsSampler::TransparencySurroundingsSampler
public: TransparencySurroundingsSampler
(
const IndirectInputLightingParameters & params,
const InputWorkspaceInternal & inputWorkspace
)
Constructor.