Search Results for

    Show / Hide Table of Contents

    Class ReflectionsTraceMode

    The screen space reflections modes.

    Inheritance
    System.Object
    ReflectionsTraceMode
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class ReflectionsTraceMode : Enum

    Fields

    ScreenTracing

    Screen-space depth buffer tracing with scene color sampling. Only visible on-screen pixels can be used in reflections.

    Declaration
    public const ReflectionsTraceMode ScreenTracing
    Field Value
    ReflectionsTraceMode

    SoftwareTracing

    Software raytracing using Global SDF and Global Surface Atlas that supports full-scene raytracing (off-screen).

    Declaration
    public const ReflectionsTraceMode SoftwareTracing
    Field Value
    ReflectionsTraceMode

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat