1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 02:15:56 +02:00
This commit is contained in:
syuilo
2026-02-16 15:14:37 +09:00
parent aa6c9be133
commit f58de15d45
9 changed files with 71 additions and 51 deletions

View File

@@ -10,7 +10,7 @@ export const ceilingFanLight = defineObject({
id: 'ceilingFanLight',
defaultOptions: {},
placement: 'ceiling',
createInstance: ({ room, o, root }) => {
createInstance: ({ room, root }) => {
return {
onInited: () => {
const rotor = root.getChildMeshes().find(m => m.name === 'Rotor') as BABYLON.Mesh;