Explorar el Código

Lensflare: Fixed blending issue

Mugen87 hace 7 años
padre
commit
528cbcf249
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      examples/js/objects/Lensflare.js

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

@@ -9,6 +9,7 @@ THREE.Lensflare = function () {
 
 	this.type = 'Lensflare';
 	this.frustumCulled = false;
+	this.renderOrder = Infinity;
 
 	//