1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 18:15:47 +02:00
This commit is contained in:
syuilo
2026-02-11 19:35:00 +09:00
parent ad150f4718
commit 68d28eb4ac
6 changed files with 30 additions and 1 deletions

View File

@@ -153,6 +153,12 @@ onMounted(() => {
type: 'wall-clock',
position: [-150, 200, 100],
rotation: [0, 0, 0],
}, {
id: 't',
type: 'book',
position: [10, 100, 10],
rotation: [0, 0, 0],
variation: '1',
}],
}, {
canvas: canvas.value!,