UNPKG

@types/three

Version:
14 lines (12 loc) 274 B
import { IUniform } from "three"; export const BlendShader: { name: string; uniforms: { tDiffuse1: IUniform; tDiffuse2: IUniform; mixRatio: IUniform; opacity: IUniform; }; vertexShader: string; fragmentShader: string; };