1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 17:54:08 +02:00
This commit is contained in:
syuilo
2026-04-02 14:15:52 +09:00
parent a01bbf828d
commit ea8df304c9
22 changed files with 193 additions and 147 deletions

View File

@@ -21,8 +21,8 @@ export const bed = defineObject({
},
},
placement: 'floor',
createInstance: ({ options, findMesh }) => {
const bodyMesh = findMesh('__X_BODY__');
createInstance: ({ options, model }) => {
const bodyMesh = model.findMesh('__X_BODY__');
const bodyMaterial = bodyMesh.material as BABYLON.PBRMaterial;
const applyColor = () => {