mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-29 18:44:40 +02:00
wip
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user