UNPKG

three

Version:

JavaScript 3D library

16 lines (14 loc) 270 B
import { Uniform } from '../../../src/Three'; export const FresnelShader: { uniforms: { mRefractionRatio: Uniform; mFresnelBias: Uniform; mFresnelPower: Uniform; mFresnelScale: Uniform; tCube: Uniform; }; vertexShader: string; fragmentShader: string; };