@@ -110,7 +110,7 @@
linewidth: 5, // in world units with size attenuation, pixels otherwise
vertexColors: true,
dashed: false,
- alphaToCoverage: true,
+ alphaToCoverage: false,
} );
@@ -209,7 +209,7 @@
'line type': 0,
'world units': false,
'width': 5,
- 'alphaToCoverage': true,
+ 'alphaToCoverage': false,
'dashed': false,
'dash offset': 0,
'dash scale': 1,
@@ -139,8 +139,6 @@
// main scene
- renderer.setClearColor( 0x000000, 0 );
-
renderer.setViewport( 0, 0, window.innerWidth, window.innerHeight );
renderer.autoClear = true;