Explorar o código

Merge pull request #15563 from Mugen87/dev21

Reflector: Fix rendering issue with WebGLBackground
Mr.doob %!s(int64=6) %!d(string=hai) anos
pai
achega
41284c6812
Modificáronse 1 ficheiros con 0 adicións e 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 ) {