Parcourir la source

Nodes: Rename MathUtilsNode -> MathUtils (#27629)

sunag il y a 1 an
Parent
commit
687bb042b2
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      examples/jsm/nodes/Nodes.js
  2. 0 0
      examples/jsm/nodes/math/MathUtils.js

+ 1 - 1
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

+ 0 - 0
examples/jsm/nodes/math/MathUtilsNode.js → examples/jsm/nodes/math/MathUtils.js