UNPKG

three

Version:

JavaScript 3D library

14 lines (12 loc) 200 B
import { Uniform } from '../../../src/Three'; export const AfterimageShader: { uniforms: { damp: Uniform; tOld: Uniform; tNew: Uniform; }; vertexShader: string; fragmentShader: string; };