Manifold WASM Developer Guide
    Preparing search index...

    Interface ImportOptionsInternal

    interface ImportOptions {
        mimetype?: string;
        tolerance?: number;
    }
    Index

    Properties

    mimetype?: string

    Use mimetype to determine the format of the imported model, rather than inferring it.

    tolerance?: number

    When an imported model is not manifold, try closing gaps smaller than tolerance in an effort to make it manifold.