UNPKG

@types/three

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