postprocessing - v7.0.0-beta.16
    Preparing search index...

    Interface ASCIITextureOptions

    ASCIITexture options.

    interface ASCIITextureOptions {
        cellCount?: number;
        characters?: string;
        font?: string;
        fontSize?: number;
        size?: number;
    }
    Index

    Properties

    cellCount?: number

    The amount of cells along each side of the texture.

    16
    
    characters?: string

    A string of characters to use for the lookup texture.

    " .:,'-^=*+?!|0#X%WM@"
    
    font?: string

    The font to use.

    "Arial"
    
    fontSize?: number

    The font size in pixels.

    54
    
    size?: number

    The texture size.

    1024