Browse Source

Lensflare: Fixed blending issue

Mugen87 7 years ago
parent
commit
528cbcf249
1 changed files with 1 additions and 0 deletions
  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.type = 'Lensflare';
 	this.frustumCulled = false;
 	this.frustumCulled = false;
+	this.renderOrder = Infinity;
 
 
 	//
 	//