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

@@ -45,6 +45,7 @@ export const wallCanvas = defineObject({
},
placement: 'side',
hasCollisions: false,
hasTexture: true,
createInstance: async ({ scene, options, model }) => {
const canvasMesh = model.findMesh('__X_CANVAS__');
canvasMesh.rotationQuaternion = null;