UNPKG

three

Version:

JavaScript 3D library

8 lines (6 loc) 218 B
export class WebGLObjects { constructor(gl: WebGLRenderingContext, properties: any, info: any); getAttributeBuffer(attribute: any): any; getWireframeAttribute(geometry: any): any; update(object: any): void; }