Sfoglia il codice sorgente

Lensflare: Fixed blending issue

Mugen87 7 anni fa
parent
commit
528cbcf249
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
 
 	//