On Aug 9, 2006, at 12:01 AM, Lo Saeteurn wrote:
Does anyone know of a good algorithm to handle collision? I need
the objects to be able to slide along walls, walk up or down
stairs, and can move at great speeds without going through walls.
It sounds like you could benefit from using a navigation mesh.
Navmeshes simplify the problem of 3D movement into 2D terms, making
the math and intersection tests much much easier. Google "navmesh" or
"navigation mesh" for more info, or look at the Renegades source (I'm
not sure how Joe implemented it, but I'm pretty sure Renegades used
navmeshes).
-- Asher
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|