UNPKG

three

Version:

JavaScript 3D library

12 lines (6 loc) 151 B
export class WebGLAnimation { start(): void; stop(): void; setAnimationLoop( callback: Function ): void; setContext( value: Window ): void; }