realbasic-games
[Top] [All Lists]

Re: Help with 3D collision detection

To: REALbasic Games <realbasic-games at lists dot realsoftware dot com>
Subject: Re: Help with 3D collision detection
From: Asher Dunn <asher at fireyesoftware dot com>
Date: Wed, 9 Aug 2006 00:21:49 -0400
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-games at lists dot realsoftware dot com
References: <F57CD527-8402-4628-8C79-00B7B7890273 at miensoftware dot com>

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>


<Prev in Thread] Current Thread [Next in Thread>