From d51b7bcd69c4d33177529f32b3073f803c5dd7e3 Mon Sep 17 00:00:00 2001 From: NISHIZAWA Shuntaro Date: Wed, 6 Nov 2024 02:07:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=8F=E6=98=8E=E5=BA=A6=E3=82=92?= =?UTF-8?q?=E5=8F=8D=E6=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/ModelLoad.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/components/ModelLoad.tsx b/app/components/ModelLoad.tsx index 6519d81..bcb7a1a 100644 --- a/app/components/ModelLoad.tsx +++ b/app/components/ModelLoad.tsx @@ -62,6 +62,8 @@ function useCharacterSetting(setting: CharacterSetting) { emissiveIntensity: oldMaterial.emissiveIntensity, emissiveMap: oldMaterial.emissiveMap, side: oldMaterial.side, + opacity: oldMaterial.opacity, + transparent: oldMaterial.transparent, }); mesh.material = newMaterial; });