1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 03:25:49 +02:00
This commit is contained in:
syuilo
2026-02-15 16:12:53 +09:00
parent e70743bf40
commit 0bcc5a3695
4 changed files with 37 additions and 13 deletions

View File

@@ -216,11 +216,19 @@ onMounted(() => {
type: 'blind',
position: [-35, 194, 185],
rotation: [0, Math.PI, 0],
options: {
blades: 24,
angle: 0.5,
},
}, {
id: 'x2',
type: 'blind',
position: [35, 194, 185],
rotation: [0, Math.PI, 0],
options: {
blades: 24,
angle: -0.4,
},
}],
}, {
canvas: canvas.value!,