Using AABBs for character-character and character-environment
collision detection and AABBs for throwable object collision detection,
is it possible to use only the AABBs for collision detection without
using a narrow phase, exact triangle-triangle intersection for the moving
objects? i.e. would this be sufficient for my proposed game?
The reason I ask is that
I understand that a problem arises when the bounding boxes intersect
without the actual objects coming into contact.
However, I have read somewhere that single phase algorithms
can be used - the info given was as follows:
using a single partitioning heirachy
-bounding volumes hierarchy
-spatial partitioning such as BSP tree
top levels coarse
-equivalent to broad phase
lower levels subdivide objects to polygon level
-equivalent to narrow phase
What I don't understand is whether this actually constitutes using a
narrow phase or whether this is a solution which is only using AABBs
for collision detection. So, going back to my original question
Is it possible to use ONLY AABBs for collision detection for the
game scenario mentioned above?
Many Thanks
Chris
-----------== Posted via Newsgroups.Com - Uncensored Usenet News ==----------
http://www.newsgroups.com The #1 Newsgroup Service in the World!
-----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----