소스 검색

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 NORMALIZE = 'normalize';
 	static FRACT = 'fract';
-	static SATURATE = 'saturate';
 	static SIN = 'sin';
 	static COS = 'cos';
 	static TAN = 'tan';