This is the documentation for Enlighten.
The default transparency sampler.
| Name | Description |
|---|---|
| ApplyToValues(Geo::v128 &, Geo::v128 &, Geo::v128 &, Geo::v128 &, Geo::v128 &, Geo::v128 &, Geo::v128 &) | Applies to the given values. |
| BeginCluster() | Begins a cluster. |
| DefaultGeometryTransparencySampler(const IndirectInputLightingParameters &, const InputWorkspaceInternal &) | Constructor. |
| EndCluster(const Geo::v128 &) | Ends a cluster. |
| GetTransparency() | Gets the final transparency. |
| operator++() | Prefix ++. |
| operator++(int) | Postfix ++. |
| SampleQuad() | Samples a quad. |
public: GEO_CONTROLLED_INLINE void ApplyToValues
(
Geo::v128 & incidentLighting,
Geo::v128 & materialAlbedo,
Geo::v128 & materialEmissive,
Geo::v128 & materialTransparency,
Geo::v128 & bounce,
Geo::v128 & positiveField,
Geo::v128 & negativeField
)
Applies to the given values.
public: GEO_CONTROLLED_INLINE void BeginCluster()
Begins a cluster.
public: DefaultGeometryTransparencySampler
(
const IndirectInputLightingParameters & params,
const InputWorkspaceInternal & inputWorkspace
)
Constructor.
public: GEO_CONTROLLED_INLINE void EndCluster
(
const Geo::v128 & normalizationVector
)
Ends a cluster.
public: Geo::v128 GetTransparency() const
Gets the final transparency.
public: GEO_CONTROLLED_INLINEDefaultGeometryTransparencySampler & operator++()
Prefix ++.
public: GEO_CONTROLLED_INLINE const DefaultGeometryTransparencySampler operator++
(
int
)
Postfix ++.
public: GEO_CONTROLLED_INLINE void SampleQuad()
Samples a quad.