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

Merge pull request #14133 from Mugen87/dev7

Global: Clean up
......@@ -49,7 +49,7 @@ function WebGLAnimation() {
}
}
};
}
......
......@@ -263,7 +263,7 @@ function WebVRManager( renderer ) {
// DEPRECATED
this.requestAnimationFrame = function ( callback ) {
this.requestAnimationFrame = function ( /* callback */ ) {
// device.requestAnimationFrame( callback );
......
......@@ -2,18 +2,13 @@
* @author mrdoob / http://mrdoob.com/
*/
import { Matrix4 } from '../../math/Matrix4.js';
import { Vector4 } from '../../math/Vector4.js';
import { Vector3 } from '../../math/Vector3.js';
import { Quaternion } from '../../math/Quaternion.js';
import { ArrayCamera } from '../../cameras/ArrayCamera.js';
import { PerspectiveCamera } from '../../cameras/PerspectiveCamera.js';
import { WebGLAnimation } from '../webgl/WebGLAnimation.js';
function WebXRManager( renderer ) {
var scope = this;
var gl = renderer.context;
var device = null;
var session = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册