UNPKG

3d-tiles-renderer

Version:

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

27 lines (19 loc) 412 B
import { FeatureTable } from './FeatureTable.js'; export class BatchTable extends FeatureTable { count : number; constructor( buffer : ArrayBuffer, count : number, start : number, headerLength : number, binLength : number ); getKeys() : Array< string >; getDataFromId( id: number, target?: object ) : object; getPropertyArray( key: string, ) : number | string | ArrayBufferView; }