1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 20:25:39 +02:00

Update ceilingFanLight.ts

This commit is contained in:
syuilo
2026-04-04 18:14:45 +09:00
parent 49823f9ec3
commit 4ed1d56f03

View File

@@ -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: () => {