Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Aug 29, 2024
1 parent 61a3eb6 commit 43c9dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/three/src/nodes/lighting/LightUtils.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Node from "../core/Node.js";
import CondNode from "../math/CondNode.js";
import ConditionalNode from "../math/ConditionalNode.js";
import { ShaderNodeObject } from "../tsl/TSLCore.js";

export const getDistanceAttenuation: (args: {
lightDistance: Node;
cutoffDistance: Node;
decayExponent: Node;
}) => ShaderNodeObject<CondNode>;
}) => ShaderNodeObject<ConditionalNode>;

0 comments on commit 43c9dae

Please sign in to comment.