浏览代码

Reflector: Fix rendering issue with WebGLBackground

Mugen87 6 年之前
父节点
当前提交
b5298cc7ab
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/js/objects/Reflector.js

+ 0 - 1
examples/js/objects/Reflector.js

@@ -63,7 +63,6 @@ THREE.Reflector = function ( geometry, options ) {
 	material.uniforms[ "textureMatrix" ].value = textureMatrix;
 	material.uniforms[ "textureMatrix" ].value = textureMatrix;
 
 
 	this.material = material;
 	this.material = material;
-	this.renderOrder = - Infinity; // render first
 
 
 	this.onBeforeRender = function ( renderer, scene, camera ) {
 	this.onBeforeRender = function ( renderer, scene, camera ) {