You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve performance we need to use better scene management techniques like spacial trees.
A simple suggestion would be having a QuadTree to speed things up.
Implementing it without breaking other modules would be a great achievement.
Relevant files: scene.js, sceneManager.js and maybe entity.js.
Good luck!
The text was updated successfully, but these errors were encountered:
To improve performance we need to use better scene management techniques like spacial trees.
A simple suggestion would be having a QuadTree to speed things up.
Implementing it without breaking other modules would be a great achievement.
Relevant files: scene.js, sceneManager.js and maybe entity.js.
Good luck!
The text was updated successfully, but these errors were encountered: