ktongue's picture
download
raw
431 Bytes
import { Vector2 } from 'three';
/**
* Sobel Edge Detection (see https://youtu.be/uihBwtPIBxM)
*
* As mentioned in the video the Sobel operator expects a grayscale image as input.
*
*/
export declare const SobelOperatorShader: {
uniforms: {
tDiffuse: {
value: null;
};
resolution: {
value: Vector2;
};
};
vertexShader: string;
fragmentShader: string;
};

Xet Storage Details

Size:
431 Bytes
·
Xet hash:
8b351a2dd7900b967d2199e9a05dfed27af220f0c1ec38e40df0b44fff6d7296

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.