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::NullMaterialTransparencySampler

    └>Enlighten::NullSampler< NullMaterialTransparencySampler >

A transparency sampler which samples the transparency as opaque.

Functions


GEO_CONTROLLED_INLINE void Enlighten::NullSampler< Derived >::BeginCluster


public: GEO_CONTROLLED_INLINE void BeginCluster()


Begins a cluster.


GEO_CONTROLLED_INLINE void Enlighten::NullSampler< Derived >::EndCluster


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


Ends a cluster.


float Enlighten::NullMaterialTransparencySampler::GetTransparency


public: float GetTransparency() const


Returns opaque.


Enlighten::NullMaterialTransparencySampler::NullMaterialTransparencySampler


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


Constructor.


Enlighten::NullSampler< Derived >::NullSampler


public: NullSampler()


Constructors.


Enlighten::NullSampler< Derived >::NullSampler


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


Constructors.


GEO_CONTROLLED_INLINE Derived& Enlighten::NullSampler< Derived >::operator++


public: GEO_CONTROLLED_INLINE Derived & operator++()


Prefix ++.


GEO_CONTROLLED_INLINE const Derived Enlighten::NullSampler< Derived >::operator++


public: GEO_CONTROLLED_INLINE const Derived operator++
(
    int
)


Postfix ++.


GEO_CONTROLLED_INLINE void Enlighten::NullSampler< Derived >::SampleQuad


public: GEO_CONTROLLED_INLINE void SampleQuad()


Samples a quad.

  • No labels