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

    Type Alias ViewerOptions

    视图创建选项

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

    Properties

    antialias?: boolean

    是否开启抗锯齿,默认 false

    logarithmicDepthBuffer?: boolean

    是否使用对数深度缓冲,默认 true

    stencil?: boolean

    是否使用模板缓冲,默认 true