UNPKG

@types/three

Version:
20 lines (15 loc) 497 B
import { Node, TempNode, Vector2 } from "three/webgpu"; declare class ChromaticAberrationNode extends TempNode { textureNode: Node; strengthNode: Node; centerNode: Node; scaleNode: Node; constructor(textureNode: Node, strengthNode: Node, centerNode: Node, scaleNode: Node); } export default ChromaticAberrationNode; export const chromaticAberration: ( node: Node, strength?: Node, center?: Node | Vector2 | null, scale?: Node, ) => ChromaticAberrationNode;