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

WebGLRenderer: Force clear if scene.background is set.

上级 9301e4f1
......@@ -1205,6 +1205,7 @@ function WebGLRenderer( parameters ) {
} else if ( background && background.isColor ) {
glClearColor( background.r, background.g, background.b, 1 );
forceClear = true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册