Overlay not updated when changing event
Once the overlay windows have been "fixed", it is no more updated when rotating/moving (as expected) but it is also keeping the old event data when changing event, which is less desirable.
When I kept the overlay view fixed and changed the event, the overlay view was unchanged. In order to view the changes, I had to toggle the "restore overlay view / fix overlay view" button. So, what you want is that the changes should be visible without toggling the button. Is that so?
Also could you please confirm that the event is changed same as shown below?

Hi Somya - yes, when you load a new event the overlay should be refreshed. The problem is going to be that I think this probably means you need to save the camera position etc at the point the overlay is frozen so it can be recreated.
On Mon, 6 Mar 2023 at 06:13, Somya Bansal @.***> wrote:
When I kept the overlay view fixed and changed the event, the overlay view was unchanged. In order to view the changes, I had to toggle the "restore overlay view / fix overlay view" button. So, what you want is that the changes should be visible without toggling the button. Is that so?
— Reply to this email directly, view it on GitHub https://github.com/HSF/phoenix/issues/468#issuecomment-1455465246, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTTQSPEBZMLPDJW6CBELOLW2VW75ANCNFSM52FSFENQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Yes, I was also thinking about keeping the camera position fixed and re-rendering that scene on the overlay with the new event. I will look into how I can fix this.