starry / backend /libs /three /textures /DataTexture3D.d.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
import { Data3DTexture } from './Data3DTexture';
/**
* @deprecated THREE.DataTexture3D has been renamed to Data3DTexture.
*/
export class DataTexture3D extends Data3DTexture {}