未验证 提交 6cbdbd9f 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #13099 from Mugen87/dev7

Workaround for #12883
......@@ -232,6 +232,7 @@ THREE.LensFlareElement = function ( texture, size, distance, blending, color, op
this.type = 'LensFlareElement';
this.frustumCulled = false;
this.renderOrder = Infinity; // see #12883
this.flareTexture = texture;
this.flareSize = size || 1;
......
......@@ -7,6 +7,7 @@ THREE.Reflector = function ( geometry, options ) {
THREE.Mesh.call( this, geometry );
this.type = 'Reflector';
this.renderOrder = Infinity; // see #12883
var scope = this;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册