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:
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user