提交 28a209fd 编写于 作者: M Mr.doob

Updated builds.

上级 d44359fc
......@@ -7300,7 +7300,7 @@
}
}
};
}
......@@ -21466,14 +21466,6 @@
};
// DEPRECATED
this.requestAnimationFrame = function ( callback ) {
// device.requestAnimationFrame( callback );
};
}
/**
......@@ -21487,7 +21479,6 @@
var session = null;
var frameOfRef = null;
var isExclusive = false;
var pose = null;
......@@ -21548,7 +21539,6 @@
session.requestFrameOfReference( 'stage' ).then( function ( value ) {
frameOfRef = value;
isExclusive = session.exclusive;
renderer.setFramebuffer( session.baseLayer.framebuffer );
......@@ -21628,8 +21618,6 @@
};
this.requestAnimationFrame = function () {};
this.submitFrame = function () {};
}
此差异已折叠。
......@@ -7294,7 +7294,7 @@ function WebGLAnimation() {
}
}
};
}
......@@ -21460,14 +21460,6 @@ function WebVRManager( renderer ) {
};
// DEPRECATED
this.requestAnimationFrame = function ( callback ) {
// device.requestAnimationFrame( callback );
};
}
/**
......@@ -21481,7 +21473,6 @@ function WebXRManager( renderer ) {
var session = null;
var frameOfRef = null;
var isExclusive = false;
var pose = null;
......@@ -21542,7 +21533,6 @@ function WebXRManager( renderer ) {
session.requestFrameOfReference( 'stage' ).then( function ( value ) {
frameOfRef = value;
isExclusive = session.exclusive;
renderer.setFramebuffer( session.baseLayer.framebuffer );
......@@ -21622,8 +21612,6 @@ function WebXRManager( renderer ) {
};
this.requestAnimationFrame = function () {};
this.submitFrame = function () {};
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册