UNPKG

three

Version:

JavaScript 3D library

15 lines (13 loc) 230 B
import { Uniform } from '../../../src/Three'; export const NormalMapShader: { uniforms: { heightMap: Uniform; resolution: Uniform; scale: Uniform; height: Uniform; }; vertexShader: string; fragmentShader: string; };