From 40ded2cf763d9df4c7dcbfdfd175e5b852398114 Mon Sep 17 00:00:00 2001 From: Giacomo Nanni Date: Fri, 31 Jan 2025 16:45:24 +0100 Subject: [PATCH] chore: color --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 18803d7..7d1579f 100644 --- a/src/utils.js +++ b/src/utils.js @@ -99,7 +99,7 @@ async function setupScene (url) { base.name = 'vantage:base' const solidMaterial = new MeshPhongMaterial({ color: 0xeeeeee }) - const lineMaterial = new LineBasicMaterial({ color: 0xaaaaaa }) + const lineMaterial = new LineBasicMaterial({ color: 0x000000 }) meshes.forEach(mesh => { mesh.geometry.clearGroups()