@threlte/extras
Version:
Utilities, abstractions and plugins for your Threlte apps
7 lines (6 loc) • 347 B
TypeScript
import { PointsMaterial as ThreePointsMaterial, type WebGLProgramParametersWithUniforms, type WebGLRenderer } from 'three';
declare class PointsMaterial extends ThreePointsMaterial {
alphaToCoverage: boolean;
onBeforeCompile(parameters: WebGLProgramParametersWithUniforms, _renderer: WebGLRenderer): void;
}
export default PointsMaterial;