julien-c's picture
julien-c HF Staff
do not gitignore the builds
6cd9596
raw
history blame
124 Bytes
export class WebGLLights {
constructor(gl: WebGLRenderingContext, properties: any, info: any);
get(light: any): any;
}