sabotage3d
Hi guys,
I have a simple 2D particle system in Urho3D and I would like delete particles based on region. At the moment I need to loop all the particles to compare the distance from the culling area. In addition I would like to add simple collision queries. Would you suggest a good spatial partitioning that I can use to optimize it? If there is something readily available with Urho3D or something as an external lib.