Skip to content

Commit 231c3a8

Browse files
p4gsclaudehappy-otter
committed
Adjust edge line opacity to 2x original (0.15 → 0.30)
Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent 04ded39 commit 231c3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/projects/nthpartyfinder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ <h2 class="section-title">Ready to Find Your Nth Party?</h2>
12341234
const edgeMat = new THREE.LineBasicMaterial({
12351235
vertexColors: true,
12361236
transparent: true,
1237-
opacity: 0.45,
1237+
opacity: 0.30,
12381238
linewidth: 1,
12391239
});
12401240
const edgeMesh = new THREE.LineSegments(edgeGeo, edgeMat);

0 commit comments

Comments
 (0)