UNPKG

@types/three

Version:
14 lines (12 loc) 276 B
import { IUniform } from "three"; export const DotScreenShader: { uniforms: { tDiffuse: IUniform; tSize: IUniform; center: IUniform; angle: IUniform; scale: IUniform; }; vertexShader: string; fragmentShader: string; };