Explorar o código

Update MathNode.js

Removed duplicate definition of `SATURATE`.
Michael Herzog %!s(int64=3) %!d(string=hai) anos
pai
achega
5d3e4ececd
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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';