cosmoscout / cosmoscout-vr

:milky_way: A virtual universe which lets you explore, analyze and present huge planetary datasets and large simulation data in real-time.
Other
351 stars 27 forks source link

:wrench: Avoid rerenders of unchanging elements. #328

Closed JonasGilg closed 1 year ago

JonasGilg commented 1 year ago

After some digging around I found out that the whole UI rerenders basically every frame, because the date-time and statusbar elements were rerendered every frame.

I added a simple check to avoid that from happening.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4052222874


Totals Coverage Status
Change from base Build 3854017668: 0.0%
Covered Lines: 491
Relevant Lines: 16745

💛 - Coveralls