From 4ed1d56f0332d05726029520f63cee69249e2527 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sat, 4 Apr 2026 18:14:45 +0900 Subject: [PATCH] Update ceilingFanLight.ts --- packages/frontend/src/utility/room/objects/ceilingFanLight.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/utility/room/objects/ceilingFanLight.ts b/packages/frontend/src/utility/room/objects/ceilingFanLight.ts index 51466d0435..b9daf33193 100644 --- a/packages/frontend/src/utility/room/objects/ceilingFanLight.ts +++ b/packages/frontend/src/utility/room/objects/ceilingFanLight.ts @@ -18,7 +18,7 @@ export const ceilingFanLight = defineObject({ castShadows: false, createInstance: ({ scene, model }) => { const rotor = model.findMesh('Rotor'); - model.bakeExcludeMeshes = [rotor, rotor.parent, ...rotor.getChildMeshes()]; + model.bakeExcludeMeshes = [rotor, ...rotor.getChildMeshes()]; return { onInited: () => {