Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)

Enlighten API 3.10 Documentation
Results will update as you type.
  • struct Enlighten ExporterAxes
  • struct Enlighten ExporterMaterial
  • struct Enlighten ExporterMaterialProperties
  • struct Enlighten HashLightVisitor
  • struct Enlighten IndirectionTextureRegions
  • struct Enlighten InstanceDescMinimal
  • struct Enlighten InstanceProperties
  • struct Enlighten LightSelector
  • struct Enlighten LightTypeInfo
  • struct Enlighten LinearColor
  • struct Enlighten NullSurroundingsSampler
  • struct Enlighten OctreeNode
  • struct Enlighten PipelineMaterial
  • struct Enlighten PipelineRadiosityProperties
  • struct Enlighten PipelineWorldAxes
  • struct Enlighten PixelBarycentricWeights
  • struct Enlighten PixelCoord
  • struct Enlighten PointProjectionVertex
  • struct Enlighten PppiClipmapVolumeTextureInfo
  • struct Enlighten PppiConfiguration
  • struct Enlighten PppiDebugInfo
  • struct Enlighten PppiIrradiance
  • struct Enlighten PppiOutputTextureRequirements
  • struct Enlighten PppiOutputWorkspace
  • struct Enlighten PppiShaderParameters
  • struct Enlighten PppiVolumeTextureInfo
  • struct Enlighten PrecisionHint
  • struct Enlighten PrecompMeshIdentifier
  • struct Enlighten PrecomputeCubeMap
  • struct Enlighten PrecomputeProbeSet
  • struct Enlighten PrecomputeSystem
  • struct Enlighten ProbeSample
  • struct Enlighten ProbeSystemHit
  • struct Enlighten QuickShadeOnlyFilter
  • struct Enlighten Rgba32Gamma
  • struct Enlighten SelectAll
  • struct Enlighten SelectCulled
  • struct Enlighten SelectUnculled
  • struct Enlighten SetSystemSolutionSpacesCommand
  • struct Enlighten ShadeFourSamplesOperator
  • struct Enlighten ShadeQuadOperator
  • struct Enlighten SortedLightsOperator
  • struct Enlighten SortedLightsVisibilityIdxWriter
  • struct Enlighten SortedLightsVisitor
  • struct Enlighten SortedLightsVisitor< LIGHT_TYPE_INVALID, Op, LightTypeFilter >
  • struct Enlighten SurfaceColourDynamicity
  • struct Enlighten TextureResolutionScale
  • struct Enlighten TextureSubSection
  • struct Enlighten TransformedBounds
  • struct Enlighten TransparencySurroundingsSampler
  • struct Enlighten TransparencyVolumeBase
  • struct Enlighten TypeIdToType
  • struct Enlighten TypeIdToType< LIGHT_TYPE_BOXSPOT_LIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_DIRECTIONAL_LIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_FRUSTUM_LIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_POINT_LIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_RECTANGLE_LIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_SPOT_LIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_UE4_ISFALLOFF >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_UE4_UNREALFALLOFF >
  • struct Enlighten UpdatePppiAtlasStats
  • struct Enlighten UpdatePppiStats
  • struct Enlighten UpdateRegions
  • struct Enlighten VisibilityFormat
  • struct Enlighten VisitLightsGeneric
  • struct Enlighten VisitLightsGeneric< TypeSelector, Visitor, LIGHT_TYPE_INVALID >
  • struct Enlighten VisitSelectedLightsGeneric
  • struct Enlighten VisitSelectedLightsGeneric< TypeSelector, Visitor, LightSelector, LIGHT_TYPE_INVALID >
  • struct Enlighten VolumeTextureRegion
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
struct Enlighten ShadeQuadOperator

    This is the documentation for Enlighten.

    struct Enlighten ShadeQuadOperator

    Nov 21, 2019

    struct Enlighten::ShadeQuadOperator

    Visitor operator used to shade the quad for each light type.

    Variables

    Name Description
    const Geo::u32 & m_ClusterIdx

    Input quad data.

    Geo::v128 m_Colour

    Result colour.

    const Geo::v128 & m_NormalsX

    Input quad data.

    const Geo::v128 & m_NormalsY

    Input quad data.

    const Geo::v128 & m_NormalsZ

    Input quad data.

    const Geo::v128 & m_PositionsX

    Input quad data.

    const Geo::v128 & m_PositionsY

    Input quad data.

    const Geo::v128 & m_PositionsZ

    Input quad data.

    const Geo::u32 & m_QuadIdx

    Input quad data.

    Functions

    Name Description
    operator()(const LightType &)

    Shades the quad.

    ShadeQuadOperator(const Geo::v128 &, const Geo::v128 &, const Geo::v128 &, const Geo::v128 &, const Geo::v128 &, const Geo::v128 &, const Geo::u32 &, const Geo::u32 &)

    Constructor.


    GEO_CONTROLLED_INLINE void Enlighten::ShadeQuadOperator::operator()


    public: GEO_CONTROLLED_INLINE void operator()
    (
        const LightType & light
    )


    Shades the quad.


    GEO_CONTROLLED_INLINE Enlighten::ShadeQuadOperator::ShadeQuadOperator


    public: GEO_CONTROLLED_INLINE ShadeQuadOperator
    (
        const Geo::v128 & positionsX,
        const Geo::v128 & positionsY,
        const Geo::v128 & positionsZ,
        const Geo::v128 & normalsX,
        const Geo::v128 & normalsY,
        const Geo::v128 & normalsZ,
        const Geo::u32 & clusterIdx,
        const Geo::u32 & quadIdx
    )


    Constructor.

    , multiple selections available,
    {"serverDuration": 28, "requestCorrelationId": "213d7767ff874e009c754afd3ef770e2"}