set lw to 3
This commit is contained in:
parent
84466424aa
commit
0d5d481910
2
dist/bundle.js
vendored
2
dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user