Hello,
I'm contemplating a situation where 50+ characters will be moving around in the same room, and was wondering if anyone could suggest super-efficient methods for handling the resulting collision detection.
Up to now I've used two interlocked character counts and an (AreThingOverlapping(firstcount,secondcount)) check to deal with things, but am wondering if this approach will be up to the task with extremely high character headcounts (I already suspect some collisions are slipping through the net because of the time it takes to run through the counts).
All suggestions welcome.
Thanks,
kestrel
I'm contemplating a situation where 50+ characters will be moving around in the same room, and was wondering if anyone could suggest super-efficient methods for handling the resulting collision detection.
Up to now I've used two interlocked character counts and an (AreThingOverlapping(firstcount,secondcount)) check to deal with things, but am wondering if this approach will be up to the task with extremely high character headcounts (I already suspect some collisions are slipping through the net because of the time it takes to run through the counts).
All suggestions welcome.
Thanks,
kestrel