Re: [Algorithms] Algorithm to return point to surface of concave volume
Brought to you by:
vexxed72
From: <chr...@pl...> - 2010-02-06 22:33:35
|
Nguyen Binh wrote: > Actually there is such method. Our method doesn't try to merge > multiple local contacts into one contact but handle all of them > directly. [...] If would probably be more helpful to the OP if you offered a solution beyond an academic nod to "our method". Andreas, if it helps, you can look at the problem in the following way. Given your query point P, the closest surface point Q will lie on the surface of one capsule, or on the intersection contour of two, three, four, ..., up to N capsules. You can find Q as the minimum solution over all these cases. Christer Ericson, Director of Tools and Technology Sony Computer Entertainment, Santa Monica |