fix in ConvexDecomposition (old one, not HACD)

See Issue 552, thanks to Jarno
This commit is contained in:
erwin.coumans
2012-02-29 05:55:45 +00:00
parent 0adc75433b
commit 99db5e6c8a

View File

@@ -2202,6 +2202,7 @@ int maxdirfiltered(const T *p,int count,const T &dir,Array<int> &allow)
{
if(m==-1 )
{
currDotm = dot(p[i], dir);
m=i;
}
else