1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-12 08:14:08 +02:00
This commit is contained in:
syuilo
2026-04-23 11:57:53 +09:00
parent fab7667b0a
commit 4e4b56699b
6 changed files with 7 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ export const wallClock = defineObject({
const mAngle = -(minutes / 60) * Math.PI * 2;
hourHand.rotation = new BABYLON.Vector3(0, 0, hAngle);
minuteHand.rotation = new BABYLON.Vector3(0, 0, mAngle);
room?.sr.updateMesh([hourHand, minuteHand]);
room?.sr.updateMesh([hourHand, minuteHand], false);
}, 1000);
},
onOptionsUpdated: ([k, v]) => {