fix in ConvexDecomposition (old one, not HACD)
See Issue 552, thanks to Jarno
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user