UNPKG

own-tiles-renderer2

Version:

https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification

11 lines (8 loc) 243 B
export class LoaderBase { fetchOptions: any; workingPath: string; load( url: string ): Promise< any >; resolveExternalURL( url: string ): string; workingPathForURL( url: string ): string parse( buffer: ArrayBuffer ): Promise< any >; }