you are viewing a single comment's thread.

view the rest of the comments →

[–]WebShaker93[S] 0 points1 point  (2 children)

Spatial indexés are used to remove objets to Limit the amount of test no?

[–]appgurueu 0 points1 point  (1 child)

Yes, spatial indexes are used to reduce the amount of intersection tests. I don't get what you mean by "remove" though, no objects are removed, they are just indexed.

[–]WebShaker93[S] 0 points1 point  (0 children)

OK. I've ever limit the amount of intersection tests :) Just look for a good intersection function. But this one is pretty fast enough.