UNPKG

@types/three

Version:
12 lines (10 loc) 218 B
import { IUniform } from "three"; export const FreiChenShader: { name: string; uniforms: { tDiffuse: IUniform; aspect: IUniform; }; vertexShader: string; fragmentShader: string; };