Interface IModelMeshSizeAuto

    interface IModelMeshSizeAuto {
        refinements?: IModelMeshRefinement[];
        type: "auto";
        value:
            | "veryfine"
            | "fine"
            | "normal"
            | "coarse"
            | "verycoarse";
    }

    Hierarchy (view full)

    Properties

    refinements?: IModelMeshRefinement[]
    type
    value:
        | "veryfine"
        | "fine"
        | "normal"
        | "coarse"
        | "verycoarse"

    Generated using TypeDoc and TypeDoc Airthium Plugin