Skip to content

Cleanup src/three.tsl.js #31109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025
Merged
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: 0 additions & 3 deletions src/Three.TSL.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ export const textureLoad = TSL.textureLoad;
export const textureSize = TSL.textureSize;
export const textureStore = TSL.textureStore;
export const thickness = TSL.thickness;
export const threshold = TSL.threshold;
export const time = TSL.time;
export const timerDelta = TSL.timerDelta;
export const timerGlobal = TSL.timerGlobal;
Expand All @@ -500,8 +499,6 @@ export const transformedTangentView = TSL.transformedTangentView;
export const transformedTangentWorld = TSL.transformedTangentWorld;
export const transmission = TSL.transmission;
export const transpose = TSL.transpose;
export const tri = TSL.tri;
export const tri3 = TSL.tri3;
export const triNoise3D = TSL.triNoise3D;
export const triplanarTexture = TSL.triplanarTexture;
export const triplanarTextures = TSL.triplanarTextures;
Expand Down