提交 f413aa4f 编写于 作者: B Brage Nilsson

WebGLRenderer: remove numericalSort

上级 ffda14bc
......@@ -1488,12 +1488,6 @@ THREE.WebGLRenderer = function ( parameters ) {
}
function numericalSort ( a, b ) {
return b[ 0 ] - a[ 0 ];
}
// Rendering
this.render = function ( scene, camera, renderTarget, forceClear ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册