starry / backend /libs /three /renderers /webgl /WebGLCubeMaps.d.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
import { WebGLRenderer } from '../WebGLRenderer';
export class WebGLCubeMaps {
constructor(renderer: WebGLRenderer);
get(texture: any): any;
dispose(): void;
}