Initial project import
This commit is contained in:
21
node_modules/three-stdlib/shaders/WaterRefractionShader.d.ts
generated
vendored
Normal file
21
node_modules/three-stdlib/shaders/WaterRefractionShader.d.ts
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
export declare const WaterRefractionShader: {
|
||||
uniforms: {
|
||||
color: {
|
||||
value: null;
|
||||
};
|
||||
time: {
|
||||
value: number;
|
||||
};
|
||||
tDiffuse: {
|
||||
value: null;
|
||||
};
|
||||
tDudv: {
|
||||
value: null;
|
||||
};
|
||||
textureMatrix: {
|
||||
value: null;
|
||||
};
|
||||
};
|
||||
vertexShader: string;
|
||||
fragmentShader: string;
|
||||
};
|
||||
Reference in New Issue
Block a user