mirror of https://gitee.com/antv-l7/antv-l7
fix(render):antialias
This commit is contained in:
parent
4383e095d1
commit
0bd203aecd
|
@ -8,7 +8,7 @@ export default class Renderer {
|
|||
}
|
||||
initRender() {
|
||||
this.renderer = new THREE.WebGLRenderer({
|
||||
antialias: false,
|
||||
antialias: true,
|
||||
alpha: true,
|
||||
autoClear: false
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue