UNPKG

three

Version:

JavaScript 3D library

14 lines (10 loc) 177 B
export class WebGLObjects { constructor( gl: WebGLRenderingContext, geometries: any, attributes: any, info: any ); update( object: any ): any; dispose(): void; }