1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-10 08:24:00 +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

@@ -31,7 +31,7 @@ export const radiometer = defineObject({
]);
vanes.animations = [anim];
animationObserver = scene.onAfterAnimationsObservable.add(() => {
room?.sr.updateMesh([...vanes.getChildMeshes()]);
room?.sr.updateMesh([...vanes.getChildMeshes()], true);
});
scene.beginAnimation(vanes, 0, 240, true);
},