Initial project import
This commit is contained in:
27
node_modules/three-stdlib/shaders/LuminosityHighPassShader.d.ts
generated
vendored
Normal file
27
node_modules/three-stdlib/shaders/LuminosityHighPassShader.d.ts
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
import { Color } from 'three';
|
||||
/**
|
||||
* Luminosity
|
||||
* http://en.wikipedia.org/wiki/Luminosity
|
||||
*/
|
||||
export declare const LuminosityHighPassShader: {
|
||||
shaderID: string;
|
||||
uniforms: {
|
||||
tDiffuse: {
|
||||
value: null;
|
||||
};
|
||||
luminosityThreshold: {
|
||||
value: number;
|
||||
};
|
||||
smoothWidth: {
|
||||
value: number;
|
||||
};
|
||||
defaultColor: {
|
||||
value: Color;
|
||||
};
|
||||
defaultOpacity: {
|
||||
value: number;
|
||||
};
|
||||
};
|
||||
vertexShader: string;
|
||||
fragmentShader: string;
|
||||
};
|
||||
Reference in New Issue
Block a user