fix for re-scaling a btConeShape

Thanks to promyclon for the report and patch, see Issue 448
This commit is contained in:
erwin.coumans
2010-11-18 01:03:42 +00:00
parent 98d902b7c1
commit c6524b3fb5
2 changed files with 13 additions and 0 deletions

View File

@@ -81,6 +81,9 @@ public:
{
return m_coneIndices[1];
}
virtual void setLocalScaling(const btVector3& scaling);
};
///btConeShape implements a Cone shape, around the X axis