1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 21:04:08 +02:00

hasCollisions

This commit is contained in:
syuilo
2026-04-15 11:54:38 +09:00
parent c426f95bee
commit 5104bafe95
79 changed files with 86 additions and 104 deletions

View File

@@ -50,7 +50,7 @@ export const tabletopIronFrameStand = defineObject({
},
},
placement: 'top',
noCollisions: true,
hasCollisions: false,
createInstance: ({ options, model }) => {
const frameMaterial = model.findMaterial('__X_FRAME__');
const boardMaterial = model.findMaterial('__X_BOARD__');