starry / backend /libs /three /renderers /webgl /WebGLProperties.d.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
export class WebGLProperties {
constructor();
get(object: any): any;
remove(object: any): void;
update(object: any, key: any, value: any): any;
dispose(): void;
}