Search Results for

    Show / Hide Table of Contents

    Class AtmosphereCompute

    Inheritance
    object
    BaseMaterialDecorator
    ComputeTaskDecorator
    AtmosphereCompute
    Inherited Members
    ComputeTaskDecorator.ComputeTask
    ComputeTaskDecorator.Run(uint, uint, uint, string)
    ComputeTaskDecorator.Run(CommandBuffer, uint, uint, uint, string)
    ComputeTaskDecorator.Run1D(CommandBuffer, uint, uint, string)
    ComputeTaskDecorator.Run1D(uint, uint, string)
    ComputeTaskDecorator.Run2D(CommandBuffer, uint, uint, uint, uint, string)
    ComputeTaskDecorator.Run2D(uint, uint, uint, uint, string)
    ComputeTaskDecorator.Run3D(CommandBuffer, uint, uint, uint, uint, uint, uint, string)
    ComputeTaskDecorator.Run3D(uint, uint, uint, uint, uint, uint, string)
    BaseMaterialDecorator.material
    BaseMaterialDecorator.ActiveDirectivesNames
    BaseMaterialDecorator.Effect
    BaseMaterialDecorator.GetMaterialPassResources(string, bool)
    BaseMaterialDecorator.Prepare(CommandBuffer)
    BaseMaterialDecorator.Dispose()
    Namespace: Evergine.Framework.Graphics.Computes
    Assembly: Evergine.Framework.dll
    Syntax
    [MaterialDecorator("df2ab68e-2005-4a33-af58-1f9bcf68fe27")]
    public class AtmosphereCompute : ComputeTaskDecorator

    Constructors

    AtmosphereCompute(ComputeTask)

    Declaration
    public AtmosphereCompute(ComputeTask computeTask)
    Parameters
    Type Name Description
    ComputeTask computeTask

    AtmosphereCompute(Effect)

    Declaration
    public AtmosphereCompute(Effect effect)
    Parameters
    Type Name Description
    Effect effect

    Properties

    AtmosphereRadiusInKm

    Declaration
    public float AtmosphereRadiusInKm { get; set; }
    Property Value
    Type Description
    float

    MiePreferredScatteringDirection

    Declaration
    public float MiePreferredScatteringDirection { get; set; }
    Property Value
    Type Description
    float

    MieScaleHeight

    Declaration
    public float MieScaleHeight { get; set; }
    Property Value
    Type Description
    float

    MieScatteringCoefficient

    Declaration
    public float MieScatteringCoefficient { get; set; }
    Property Value
    Type Description
    float

    Output

    Declaration
    public Texture Output { get; set; }
    Property Value
    Type Description
    Texture

    PlanetRadiusInKm

    Declaration
    public float PlanetRadiusInKm { get; set; }
    Property Value
    Type Description
    float

    RayleighScaleHeight

    Declaration
    public float RayleighScaleHeight { get; set; }
    Property Value
    Type Description
    float

    RayleighScatteringCoefficient

    Declaration
    public Vector3 RayleighScatteringCoefficient { get; set; }
    Property Value
    Type Description
    Vector3

    SunDirection

    Declaration
    public Vector3 SunDirection { get; set; }
    Property Value
    Type Description
    Vector3

    SunIntensity

    Declaration
    public float SunIntensity { get; set; }
    Property Value
    Type Description
    float

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX