Skip to content

Commit

Permalink
Nodes: Rename MathUtilsNode -> MathUtils (#27629)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Jan 27, 2024
1 parent 805a72d commit 687bb04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/nodes/Nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export { default as CondNode, cond } from './math/CondNode.js';
export { default as HashNode, hash } from './math/HashNode.js';

// math utils
export { parabola, gain, pcurve, sinc } from './math/MathUtilsNode.js';
export { parabola, gain, pcurve, sinc } from './math/MathUtils.js';
export { triNoise3D } from './math/TriNoise3D.js';

// utils
Expand Down
File renamed without changes.

0 comments on commit 687bb04

Please sign in to comment.