Newer
Older
HuangJiPC / public / static / three / examples / jsm / shaders / HorizontalTiltShiftShader.d.ts
@zhangdeliang zhangdeliang on 21 Jun 207 bytes update
import {
	Uniform
} from '../../../src/Three';

export const HorizontalTiltShiftShader: {
	uniforms: {
		tDiffuse: Uniform;
		h: Uniform;
		r: Uniform;
	};
	vertexShader: string;
	fragmentShader: string;
};