starry / backend /libs /three /renderers /WebGLMultisampleRenderTarget.d.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
import { WebGLRenderTarget } from './WebGLRenderTarget';
/**
* @deprecated THREE.WebGLMultisampleRenderTarget has been removed. Use a normal {@link WebGLRenderTarget render target} and set the "samples" property to greater 0 to enable multisampling.
*/
export class WebGLMultisampleRenderTarget extends WebGLRenderTarget {}