UNPKG

@types/three

Version:
14 lines (12 loc) 275 B
import { IUniform } from "three"; export const NormalMapShader: { name: string; uniforms: { heightMap: IUniform; resolution: IUniform; scale: IUniform; height: IUniform; }; vertexShader: string; fragmentShader: string; };