mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-27 06:04:35 +02:00
wip
This commit is contained in:
@@ -15,10 +15,10 @@ export const mug = defineObject({
|
||||
default: {},
|
||||
},
|
||||
placement: 'top',
|
||||
createInstance: ({ room, root }) => {
|
||||
createInstance: ({ scene, root }) => {
|
||||
return {
|
||||
onInited: () => {
|
||||
yuge(room, root, new BABYLON.Vector3(0, 5/*cm*/, 0));
|
||||
yuge(scene, root, new BABYLON.Vector3(0, 5/*cm*/, 0));
|
||||
},
|
||||
interactions: {},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user