BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface RendererGridLevelsOptions

    Interface for renderer grid levels options.

    interface RendererGridLevelsOptions {
        high?: GridLevelOptions;
        medium?: GridLevelOptions;
        low?: GridLevelOptions;
        veryLow?: GridLevelOptions;
    }
    Index

    Properties