ThreePresenter API Documentation - v0.1.2
    Preparing search index...

    Interface LoadingProgress

    Progress information for model loading

    interface LoadingProgress {
        modelId: string;
        fileName: string;
        loaded: number;
        total: number;
        percentage: number;
        status: "error" | "loading" | "parsing" | "complete";
    }
    Index

    Properties

    modelId: string
    fileName: string
    loaded: number
    total: number
    percentage: number
    status: "error" | "loading" | "parsing" | "complete"