Search Results for

    Show / Hide Table of Contents

    Class XRLightEstimation

    Store the light estimation info.

    Inheritance
    object
    DisposableObject
    XRLightEstimation
    ARMobileLightEstimation
    Implements
    IDisposable
    Inherited Members
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.XR.LightEstimation
    Assembly: Evergine.Framework.dll
    Syntax
    public abstract class XRLightEstimation : DisposableObject, IDisposable

    Properties

    ColorCorrection

    Gets or sets color correction.

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

    EnvironmentProbe

    Gets the reflection probe with IBL map and Spherical harmonics.

    Declaration
    public ReflectionProbe EnvironmentProbe { get; }
    Property Value
    Type Description
    ReflectionProbe

    MainLightDirection

    Gets or sets light direction.

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

    MainLightIntensity

    Gets or sets light intensity.

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

    Mode

    Gets or sets light estimation mode.

    Declaration
    public XRLightEstimation.Modes Mode { get; set; }
    Property Value
    Type Description
    XRLightEstimation.Modes

    PixelIntensity

    Gets or sets pixel intensity.

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

    Methods

    Destroy()

    Destroy all resources of this instance.

    Declaration
    protected override void Destroy()
    Overrides
    DisposableObject.Destroy()

    Implements

    IDisposable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX