1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 20:25:36 +02:00
This commit is contained in:
syuilo
2026-04-15 18:57:37 +09:00
parent 12e1b86b53
commit a3c3f7ba91
44 changed files with 72 additions and 13 deletions

View File

@@ -46,6 +46,7 @@ export const allInOnePc = defineObject({
},
},
placement: 'top',
hasTexture: true,
createInstance: async ({ room, scene, options, model }) => {
const matrix = model.root.getWorldMatrix(true);
const scale = new BABYLON.Vector3();