Initial project import
This commit is contained in:
18
node_modules/three-stdlib/shaders/MirrorShader.d.ts
generated
vendored
Normal file
18
node_modules/three-stdlib/shaders/MirrorShader.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Mirror Shader
|
||||
* Copies half the input to the other half
|
||||
*
|
||||
* side: side of input to mirror (0 = left, 1 = right, 2 = top, 3 = bottom)
|
||||
*/
|
||||
export declare const MirrorShader: {
|
||||
uniforms: {
|
||||
tDiffuse: {
|
||||
value: null;
|
||||
};
|
||||
side: {
|
||||
value: number;
|
||||
};
|
||||
};
|
||||
vertexShader: string;
|
||||
fragmentShader: string;
|
||||
};
|
||||
Reference in New Issue
Block a user