Add support for childshape index for btCompoundShape during ContactAddedCallback,
see example in Bullet/Demos/ConvexDecompositionDemo Removed some warnings
This commit is contained in:
@@ -876,7 +876,7 @@ bool HullLibrary::CleanupVertices(unsigned int svcount,
|
||||
|
||||
vcount = 0;
|
||||
|
||||
btScalar recip[3];
|
||||
btScalar recip[3]={0.f,0.f,0.f};
|
||||
|
||||
if ( scale )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user