Selaa lähdekoodia

Reflector: Fix rendering issue with WebGLBackground

Mugen87 6 vuotta sitten
vanhempi
commit
b5298cc7ab
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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 ) {