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 »

class Enlighten::MaterialAlbedoSampler

Albedo sampler read the cluster albedo after all the quads have been sampled.

Functions

Name Description
BeginCluster()

Begins a cluster.

EndCluster(const Geo::v128 &)

Ends a cluster.

GetAlbedo()

Gets the albedo.

MaterialAlbedoSampler(const IndirectInputLightingParameters &, const InputWorkspaceInternal &)

Constructor.

operator++()

Prefix ++.

operator++(int)

Postfix ++.

SampleQuad()

Samples a quad.


GEO_CONTROLLED_INLINE void Enlighten::MaterialAlbedoSampler::BeginCluster


public: GEO_CONTROLLED_INLINE void BeginCluster()


Begins a cluster.


GEO_CONTROLLED_INLINE void Enlighten::MaterialAlbedoSampler::EndCluster


public: GEO_CONTROLLED_INLINE void EndCluster
(
    const Geo::v128 & normalizationVector
)


Ends a cluster.


Geo::v128 Enlighten::MaterialAlbedoSampler::GetAlbedo


public: Geo::v128 GetAlbedo() const


Gets the albedo.


Enlighten::MaterialAlbedoSampler::MaterialAlbedoSampler


public: MaterialAlbedoSampler
(
    const IndirectInputLightingParameters & params,
    const InputWorkspaceInternal & inputWorkspace
)


Constructor.


GEO_CONTROLLED_INLINE MaterialAlbedoSampler& Enlighten::MaterialAlbedoSampler::operator++


public: GEO_CONTROLLED_INLINEMaterialAlbedoSampler & operator++()


Prefix ++.


GEO_CONTROLLED_INLINE const MaterialAlbedoSampler Enlighten::MaterialAlbedoSampler::operator++


public: GEO_CONTROLLED_INLINE const MaterialAlbedoSampler operator++
(
    int
)


Postfix ++.


GEO_CONTROLLED_INLINE void Enlighten::MaterialAlbedoSampler::SampleQuad


public: GEO_CONTROLLED_INLINE void SampleQuad()


Samples a quad.

  • No labels