瀏覽代碼

Nodes: Rename MathUtilsNode -> MathUtils (#27629)

sunag 1 年之前
父節點
當前提交
687bb042b2
共有 2 個文件被更改,包括 1 次插入1 次删除
  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