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