Skip to content

Commit

Permalink
chore: color
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanatra committed Jan 31, 2025
1 parent b62ea47 commit 40ded2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 40ded2c

Please sign in to comment.