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

    Interface LoadResult

    Result of a successful load operation

    interface LoadResult {
        object: Object3D;
        format: "ply" | "gltf" | "glb" | "nxs" | "nxz";
        byteSize: number;
    }
    Index

    Properties

    object: Object3D

    The loaded Three.js object

    format: "ply" | "gltf" | "glb" | "nxs" | "nxz"

    The original format that was loaded

    byteSize: number

    Size of the loaded data in bytes