10 ms·
You should probably just use a quad tree to put your objects into and traverse that with a path finding algorithm.
by fizzynut 2y ago
You should probably just use a quad tree to put your objects into and traverse that with a path finding algorithm.
- Farer 2y agoYeah, I thought about that too, but I'm also trying to keep pre-processing work as light as possible.