Search Results for

    Show / Hide Table of Contents

    Struct AtmosphereCache

    Structure that contains precomputed data for atmosphere rendering.

    Assembly: FlaxEngine.dll
    File: Engine/Renderer/AtmospherePreCompute.h
    Syntax
    public struct AtmosphereCache

    Fields

    Inscatter

    Declaration
    public GPUTexture* Inscatter
    Field Value
    GPUTexture

    Irradiance

    Declaration
    public GPUTexture* Irradiance
    Field Value
    GPUTexture

    Transmittance

    Declaration
    public GPUTexture* Transmittance
    Field Value
    GPUTexture

    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • Inscatter
      • Irradiance
      • Transmittance
    Back to top Copyright © 2012-2024 Wojciech Figat