Re: Algorithm to return point to surface of concave volume

Nguyen Binh <[email protected]>
Newsgroups gmane.games.devel.algorithms
Message-ID <[email protected]>
> AFAIK there is no correct way to take the many local solutions you would get from individual point-vs-capsule queries and "munge" them together to arrive at a correct global solution.
>
> If there *is* such a method, I'd love to know about it though since it would be extremely useful. Currently we just use "iteratively project out of local collisions, and pray" :)
>
> raigan
>

Actually there is such method. Our method doesn't try to merge
multiple local contacts into one contact but handle all of them
directly. The price for it is you will end up with more contacts to
handle. The intuitive is that instead of using collision detection to
merge the set of local contacts, you can let the LCP solvers to do
that instead. Advantage : the solution is more physically correct,
disadvantage : bigger system to solve.


--------------------------------------------------
Binh Nguyen
Computer Science Department
Rensselaer Polytechnic Institute
Troy, NY, 12180
--------------------------------------------------

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
GDAlgorithms-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gdalgorithms-list
Archives:
http://sourceforge.net/mailarchive/forum.php?forum_name=gdalgorithms-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.