1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 01:34:07 +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

@@ -49,6 +49,7 @@ export const tabletopGlassPictureFrame = defineObject({
},
placement: 'top',
hasCollisions: false,
hasTexture: true,
createInstance: async ({ scene, options, model }) => {
const pictureMesh = model.findMesh('__X_PICTURE__');
const frameMesh = model.findMesh('__X_FRAME__');