adobe-firefly-sdk
    Preparing search index...

    Type Alias TypesGroundPlaneOptions

    type TypesGroundPlaneOptions = {
        autoGroundScene?: boolean;
        enable?: boolean;
        reflections?: boolean;
        reflectionsOpacity?: number;
        reflectionsRoughness?: number;
        shadows?: boolean;
        shadowsOpacity?: number;
    }
    Index

    Properties

    autoGroundScene?: boolean

    Automatically position the scene on the ground plane. Moves the scene along the vertical axis.

    enable?: boolean

    Enable/disable the ground plane.

    reflections?: boolean

    Enable/disable reflections onto the ground plane.

    reflectionsOpacity?: number

    Controls the opacity of the reflections. Useful for compositing purposes.

    reflectionsRoughness?: number

    Controls the roughness of the reflections. Useful for compositing purposes.

    shadows?: boolean

    Controls whether the ground plane catches shadows or not.

    shadowsOpacity?: number

    Controls the opacity of cast shadows. Only has effect if shadows are enabled.