UNPKG

three

Version:

JavaScript 3D library

15 lines (13 loc) 224 B
import { Uniform } from '../../../src/Three'; export const DOFMipMapShader: { uniforms: { tColor: Uniform; tDepth: Uniform; focus: Uniform; maxblur: Uniform; }; vertexShader: string; fragmentShader: string; };