Explorar el Código

Reflector: Fix rendering issue with WebGLBackground

Mugen87 hace 6 años
padre
commit
b5298cc7ab
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
 
 	this.material = material;
-	this.renderOrder = - Infinity; // render first
 
 	this.onBeforeRender = function ( renderer, scene, camera ) {