Skip to content

Commit

Permalink
Schlick_to_F0
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Aug 29, 2024
1 parent 6cc6a3a commit 40d0d17
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions types/three/src/nodes/functions/BSDF/Schlick_to_F0.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Node from "../../core/Node.js";
import { NodeRepresentation, ShaderNodeObject } from "../../tsl/TSLCore.js";

declare const Schlick_to_F0: (
f: NodeRepresentation,
f90: NodeRepresentation,
dotVH: NodeRepresentation,
) => ShaderNodeObject<Node>;

export default Schlick_to_F0;

0 comments on commit 40d0d17

Please sign in to comment.