1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-14 03:15:16 +02:00

collision

This commit is contained in:
syuilo
2026-04-14 10:43:40 +09:00
parent 02eb8cfe1c
commit 240c055b45
66 changed files with 111 additions and 20 deletions

View File

@@ -26,6 +26,7 @@ export const aromaReedDiffuser = defineObject({
},
},
placement: 'top',
noCollisions: true,
createInstance: ({ options, model }) => {
const bottleMesh = model.findMesh('__X_BOTTLE__');
const bottleMaterial = bottleMesh.material as BABYLON.PBRMaterial;