提交 daac5c48 编写于 作者: A alteredq

Fixed GUI antialiasing artefacts on ANGLE.

上级 498c106c
......@@ -130,7 +130,7 @@ var Viewport = function ( signals ) {
//
var renderer = new THREE.WebGLRenderer( { antialias: true } );
var renderer = new THREE.WebGLRenderer( { antialias: true, alpha: false, clearColor: 0xaaaaaa, clearAlpha: 1 } );
renderer.autoClear = false;
container.dom.appendChild( renderer.domElement );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册