UNPKG

3d-tiles-renderer

Version:

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

9 lines (6 loc) 218 B
export class Scheduler { static setXRSession( session: XRSession ): void; static requestAnimationFrame( cb: Function ): number; static cancelAnimationFrame( handle: number ): void; static flushPending(): void; }