@loaders.gl/3d-tiles
Version:
3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.
10 lines • 413 B
TypeScript
export declare function initializeHierarchy(batchTable: any, jsonHeader: any, binaryBody: any): {
classes: any;
classIds: any;
classIndexes: Uint16Array;
parentCounts: any;
parentIndexes: any;
parentIds: any;
} | null;
export declare function traverseHierarchy(hierarchy: any, instanceIndex: any, endConditionCallback: any): any;
//# sourceMappingURL=tile-3d-batch-table-hierarchy.d.ts.map