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