web3d / node_modules /three /src /renderers /webgl /WebGLObjects.d.ts
julien-c's picture
julien-c HF Staff
do not gitignore the builds
6cd9596
Raw
History Blame Contribute Delete
218 Bytes
export class WebGLObjects {
constructor(gl: WebGLRenderingContext, properties: any, info: any);
getAttributeBuffer(attribute: any): any;
getWireframeAttribute(geometry: any): any;
update(object: any): void;
}