Skylines-ModTools icon indicating copy to clipboard operation
Skylines-ModTools copied to clipboard

Improve performance of the scene explorer

Open dymanoid opened this issue 6 years ago • 0 comments

Currently, the scene explorer performs reflection each frame on-the-fly.

Since reflection is slow, it causes the overall performance of the game to drastically decrease when the scene explorer is visible. Furthermore, the scene explorer itself might become less responsible.

Instead of performing the reflection each frame anew, the state should be cached and only the values should be updated each frame.

dymanoid avatar Jun 22 '19 00:06 dymanoid