mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-10 08:24:00 +02:00
wip
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user