@three-tile/plugin
    Preparing search index...

    Type Alias ViewerOptions

    Viewer options

    type ViewerOptions = {
        antialias?: boolean;
        logarithmicDepthBuffer?: boolean;
        stencil?: boolean;
    }
    Index

    Properties

    antialias?: boolean

    Whether to use antialiasing. Default is false.

    logarithmicDepthBuffer?: boolean

    Whether to use logarithmic depth buffer. Default is true.

    stencil?: boolean

    Whether to use stencil buffer. Default is true.