UNPKG

three

Version:

JavaScript 3D library

12 lines (6 loc) 191 B
export class WebGLAnimation { start(): void; stop(): void; setAnimationLoop( callback: Function ): void; setContext( value: WebGLRenderingContext | WebGL2RenderingContext ): void; }