1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-29 18:44:40 +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

@@ -9,7 +9,7 @@ export const lavaLamp = defineObject({
id: 'lavaLamp',
defaultOptions: {},
placement: 'top',
createInstance: ({ room, o, root }) => {
createInstance: ({ room, root }) => {
return {
onInited: () => {
const light = new BABYLON.PointLight('lavaLampLight', new BABYLON.Vector3(0, 11/*cm*/, 0), room.scene);