13
0
geforkt von Mirrors/Paper
Commit graph

1 Commits

Autor SHA1 Nachricht Datum
Aikar
d4d5552df0 Optimize Collision Chunk lookup and avoid loading far chunks
Try to use a faster chunk lookup for collision detection, and only
fall back to the original for nearby chunks.

The collision code takes an AABB and generates a cuboid of checks rather
than a cylinder, so at high velocity this can generate a lot of chunk checks.
2020-04-02 02:42:24 -04:00