Type alias ParsedResultType
ParsedResultType: {
byteLength: number;
dispose: (() => void);
object: THREE.Object3D;
type: "b3dm" | "pnts" | "at3d" | "pbm" | "dome" | "domez" | "glb";
uri: string;
}
Type declaration
byteLength: number
dispose: (() => void)
object: THREE.Object3D
type: "b3dm" | "pnts" | "at3d" | "pbm" | "dome" | "domez" | "glb"
uri: string