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 ++. |
Anchor | ||||
---|---|---|---|---|
|
GEO_CONTROLLED_INLINE Geo::v128 Enlighten::NullSurroundingsSampler::GetNegativeFieldValue
...
public: GEO_CONTROLLED_INLINEGeo::v128 GetNegativeFieldValue() const
...
Gets the negative field value.
Anchor | ||||
---|---|---|---|---|
|
GEO_CONTROLLED_INLINE Geo::v128 Enlighten::NullSurroundingsSampler::GetPositiveFieldValue
...
public: GEO_CONTROLLED_INLINEGeo::v128 GetPositiveFieldValue() const
...
Gets the positive field value.
Anchor | ||||
---|---|---|---|---|
|
Enlighten::NullSurroundingsSampler::NullSurroundingsSampler
...
public: NullSurroundingsSampler
(
const IndirectInputLightingParameters & params,
const InputWorkspaceInternal & inputWorkspace
)
...
Constructor.
Anchor | ||||
---|---|---|---|---|
|
GEO_CONTROLLED_INLINE NullSurroundingsSampler& Enlighten::NullSurroundingsSampler::operator++
...
public: GEO_CONTROLLED_INLINENullSurroundingsSampler & operator++()
...
Prefix ++.
Anchor | ||||
---|---|---|---|---|
|
GEO_CONTROLLED_INLINE const NullSurroundingsSampler Enlighten::NullSurroundingsSampler::operator++
...
public: GEO_CONTROLLED_INLINE const NullSurroundingsSampler operator++
(
int
)
...
Postfix ++.