提交 420b6eee 编写于 作者: M Mr.doob

Updated builds.

上级 dba5c97b
......@@ -14753,7 +14753,8 @@
// Ignore background in AR
// TODO: Reconsider this.
var session = renderer.vr.getSession();
var vr = renderer.vr;
var session = vr.getSession && vr.getSession();
if ( session && session.environmentBlendMode === 'additive' ) {
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -14747,7 +14747,8 @@ function WebGLBackground( renderer, state, objects, premultipliedAlpha ) {
// Ignore background in AR
// TODO: Reconsider this.
var session = renderer.vr.getSession();
var vr = renderer.vr;
var session = vr.getSession && vr.getSession();
if ( session && session.environmentBlendMode === 'additive' ) {
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册