set lw to 3

This commit is contained in:
howard 2021-03-21 19:12:37 -07:00
parent 84466424aa
commit 0d5d481910
2 changed files with 2 additions and 1 deletions

2
dist/bundle.js vendored

File diff suppressed because one or more lines are too long

View File

@ -32,6 +32,7 @@ export class Sketcher extends THREE.Group {
this.grabbedObject = null
this.lineMaterial = new THREE.LineBasicMaterial({
linewidth: 3,
color: 0x555,
})
this.pointMaterial = new THREE.PointsMaterial({