adobe-firefly-sdk
    Preparing search index...

    Type Alias TypesSbsMaterial

    type TypesSbsMaterial = {
        preset?: string;
        resolution?: 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096;
        rotation?: number;
        sbsar?: string;
        scale?: [number, number];
        translation?: [number, number];
    }
    Index

    Properties

    preset?: string

    Select a preset to be used for the substance material rendering.

    resolution?: 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096

    Substance material render resolution. This should be a power of two.

    rotation?: number

    Texture space rotation.

    sbsar?: string

    Path to a substance material; if not set, the first substance 3D material found in sources will be used.

    scale?: [number, number]

    Texture space scale.

    translation?: [number, number]

    Texture space translation.