Initial project import
This commit is contained in:
7
node_modules/@react-three/drei/materials/ConvolutionMaterial.d.ts
generated
vendored
Normal file
7
node_modules/@react-three/drei/materials/ConvolutionMaterial.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as THREE from 'three';
|
||||
export declare class ConvolutionMaterial extends THREE.ShaderMaterial {
|
||||
readonly kernel: Float32Array;
|
||||
constructor(texelSize?: THREE.Vector2);
|
||||
setTexelSize(x: number, y: number): void;
|
||||
setResolution(resolution: THREE.Vector2): void;
|
||||
}
|
||||
Reference in New Issue
Block a user