diff --git a/examples/jsm/nodes/Nodes.js b/examples/jsm/nodes/Nodes.js index fa9b4f82326712..fb306b59c63cb9 100644 --- a/examples/jsm/nodes/Nodes.js +++ b/examples/jsm/nodes/Nodes.js @@ -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 diff --git a/examples/jsm/nodes/math/MathUtilsNode.js b/examples/jsm/nodes/math/MathUtils.js similarity index 100% rename from examples/jsm/nodes/math/MathUtilsNode.js rename to examples/jsm/nodes/math/MathUtils.js