提交 7956297b 编写于 作者: M Mr.doob

Math: Removed clampBottom.

This is just doing Math.max( a, x )...
上级 70bd430c
......@@ -48,14 +48,6 @@ THREE.Math = {
},
// Clamp value to range <a, inf)
clampBottom: function ( x, a ) {
return x < a ? a : x;
},
// compute euclidian modulo of m % n
// https://en.wikipedia.org/wiki/Modulo_operation
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册