szmate1618 / comets

1 stars 0 forks source link

Add collision space partitioning #106

Closed szmate1618 closed 2 years ago

szmate1618 commented 2 years ago

Before this pull request, in debug mode the server had problem simulating a mere 100 entities, so it was time to add some non-trivial space partitioning, at least for the collision checks. This pull request does just that.