Engine API Reference - v2.6.1
    Preparing search index...

    Class CameraFrame

    Implementation of a simple to use camera rendering pass, which supports SSAO, Bloom and other rendering effects.

    Index

    Constructors

    Properties

    bloom: Bloom = ...

    Bloom settings.

    debug: null | "scene" | "ssao" | "bloom" | "vignette" | "dofcoc" | "dofblur" = null

    Debug rendering. Set to null to disable.

    dof: Dof = ...

    DoF settings.

    fringing: Fringing = ...

    Fringing settings.

    grading: Grading = ...

    Grading settings.

    rendering: Rendering = ...

    Rendering settings.

    ssao: Ssao = ...

    SSAO settings.

    taa: Taa = ...

    Taa settings.

    vignette: Vignette = ...

    Vignette settings.

    Accessors

    Methods

    • Creates a render pass for the camera frame. Override this method to utilize a custom render pass, typically one that extends RenderPassCameraFrame.

      Returns RenderPassCameraFrame

      • The render pass.