Skip to content

Commit

Permalink
projects/krasnor: reduce line width
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed Mar 10, 2021
1 parent 0e91201 commit d007604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/krasnor/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export default class Main extends Renderer {
)
this.internal.meshLeftWireframeHelper = new LineSegments(
g_lines,
new LineBasicMaterial({color: 0x000000, linewidth: 9})
new LineBasicMaterial({color: 0x000000, linewidth: 1})
)

this.sceneLeft.add(this.internal.mesh3jsLeft)
Expand Down

0 comments on commit d007604

Please sign in to comment.