From 223160bcffa2a55ffbae8aaabfe2e3148fedb867 Mon Sep 17 00:00:00 2001 From: kion Date: Wed, 23 Oct 2024 22:15:26 +0900 Subject: [PATCH] social links --- docs/index.html | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/docs/index.html b/docs/index.html index c55e203..397401d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -38,7 +38,11 @@ @@ -112,7 +124,7 @@ id="myCanvas" width="700" height="600" - class="absolute left-0 top-0" + class="absolute left-0 top-0 z-10" >
@@ -210,7 +222,7 @@

How to Patch

); // Add Ambient Light - const light = new THREE.AmbientLight(0xffffff, 0.9); // Soft white light + const light = new THREE.AmbientLight(0xffffff, 0.95); // Soft white light scene.add(light); // Add Directional Light for better shading