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

WebGLRenderer: Added isAnimating set. See #11981

上级 7102ec54
......@@ -1013,6 +1013,7 @@ function WebGLRenderer( parameters ) {
if ( isAnimating ) return;
( vr.getDevice() || window ).requestAnimationFrame( loop );
isAnimating = true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册