Optimization: cache connectedFaces for each ConvexPolyhedron face.
paulmartel opened this issue · 2 comments
paulmartel commented
Calculate up front and cache an (Array (List Int)) of the connectedFaces for each face to prevent n-squared cycling in collision detection. BTW, I slightly prefer the term "adjacent face" to "connected face".