提交 71ec6dc8 编写于 作者: G gero3

cleanup unused function in webglRenderer

上级 aad8737c
......@@ -4025,20 +4025,6 @@ THREE.WebGLRenderer = function ( parameters ) {
};
function removeInstancesDirect( objlist, object ) {
for ( var o = objlist.length - 1; o >= 0; o -- ) {
if ( objlist[ o ] === object ) {
objlist.splice( o, 1 );
}
}
};
// Materials
this.initMaterial = function ( material, lights, fog, object ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册