UNPKG

itowns

Version:

A JS/WebGL framework for 3D geospatial data visualization

15 lines (14 loc) 299 B
/** * C3DTilesTypes */ export type C3DTilesTypes = Object; export namespace C3DTilesTypes { let tileset: string; let batchtable: string; let boundingVolume: string; } export namespace C3DTilesBoundingVolumeTypes { let region: string; let box: string; let sphere: string; }