kopia lustrzana https://github.com/backface/turtlestitch
enabling the alpha buffer avoid black flicker on resize (flickers white)
rodzic
9284681c90
commit
dcae778a02
|
@ -383,6 +383,7 @@ StageMorph.prototype.initRenderer = function () {
|
|||
|
||||
this.renderer = new THREE.WebGLRenderer({
|
||||
antialias: true,
|
||||
alpha: true,
|
||||
canvas: this.penTrails()
|
||||
});
|
||||
this.renderer.setClearColor(0xffffff, 1);
|
||||
|
|
Ładowanie…
Reference in New Issue