Преглед изворни кода

Lensflare: Fixed blending issue

Mugen87 пре 7 година
родитељ
комит
528cbcf249
1 измењених фајлова са 1 додато и 0 уклоњено
  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;
 
 	//