UNPKG

itowns

Version:

A JS/WebGL framework for 3D geospatial data visualization

15 lines (14 loc) 481 B
export default PotreeNode; declare class PotreeNode extends PointCloudNode { constructor(numPoints: number | undefined, childrenBitField: number | undefined, layer: any); childrenBitField: number; depth: number; hierarchyKey: string; baseurl: any; get octreeIsLoaded(): boolean; get url(): string; get id(): string; createChildAABB(node: any, childIndex: any): void; loadOctree(): any; } import PointCloudNode from '../Core/PointCloudNode';