浏览代码

Update MathNode.js

Removed duplicate definition of `SATURATE`.
Michael Herzog 3 年之前
父节点
当前提交
5d3e4ececd
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/jsm/renderers/nodes/math/MathNode.js

+ 0 - 1
examples/jsm/renderers/nodes/math/MathNode.js

@@ -20,7 +20,6 @@ class MathNode extends TempNode {
 	static CEIL = 'ceil';
 	static CEIL = 'ceil';
 	static NORMALIZE = 'normalize';
 	static NORMALIZE = 'normalize';
 	static FRACT = 'fract';
 	static FRACT = 'fract';
-	static SATURATE = 'saturate';
 	static SIN = 'sin';
 	static SIN = 'sin';
 	static COS = 'cos';
 	static COS = 'cos';
 	static TAN = 'tan';
 	static TAN = 'tan';