Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface CanvasPerformanceSettings

    interface CanvasPerformanceSettings {
        fps: number;
        lightSoftEdges: boolean;
        mipmap: string;
        mode: CanvasPerformanceMode;
        msaa: boolean;
        smaa: boolean;
    }
    Index

    Properties

    fps: number

    Maximum framerate which should be the render target

    lightSoftEdges: boolean

    Whether to render soft edges for light sources

    mipmap: string

    Whether to use mipmaps, "ON" or "OFF"

    mode: CanvasPerformanceMode

    A performance mode in CONST.CANVAS_PERFORMANCE_MODES

    msaa: boolean

    Whether to apply MSAA at the overall canvas level

    smaa: boolean

    Whether to apply SMAA at the overall canvas level