Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions types/three/src/Three.TSL.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export const Fn: typeof TSL.Fn;
export const HALF_PI: typeof TSL.HALF_PI;
export const INFINITY: typeof TSL.INFINITY;
export const If: typeof TSL.If;
export const LTC_Evaluate: typeof TSL.LTC_Evaluate;
export const LTC_Evaluate_Volume: typeof TSL.LTC_Evaluate_Volume;
export const LTC_Uv: typeof TSL.LTC_Uv;
export const Loop: typeof TSL.Loop;
export const NodeAccess: typeof TSL.NodeAccess;
export const NodeShaderStage: typeof TSL.NodeShaderStage;
Expand Down
1 change: 1 addition & 0 deletions types/three/src/nodes/TSL.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export { default as D_GGX_Anisotropic } from "./functions/BSDF/D_GGX_Anisotropic
export { default as DFGLUT } from "./functions/BSDF/DFGLUT.js";
export { default as EnvironmentBRDF } from "./functions/BSDF/EnvironmentBRDF.js";
export { default as F_Schlick } from "./functions/BSDF/F_Schlick.js";
export { LTC_Evaluate, LTC_Evaluate_Volume, LTC_Uv } from "./functions/BSDF/LTC.js";
export { default as Schlick_to_F0 } from "./functions/BSDF/Schlick_to_F0.js";
export { default as V_GGX_SmithCorrelated } from "./functions/BSDF/V_GGX_SmithCorrelated.js";
export { default as V_GGX_SmithCorrelated_Anisotropic } from "./functions/BSDF/V_GGX_SmithCorrelated_Anisotropic.js";
Expand Down
Loading