updated Jamfile build system for reorganized files/folders
This commit is contained in:
@@ -15,6 +15,16 @@ subject to the following restrictions:
|
||||
|
||||
#include "BulletCollision/CollisionShapes/btPolyhedralConvexShape.h"
|
||||
|
||||
btPolyhedralConvexShape::btPolyhedralConvexShape() :btConvexInternalShape(),
|
||||
m_localAabbMin(1,1,1),
|
||||
m_localAabbMax(-1,-1,-1),
|
||||
m_isLocalAabbValid(false),
|
||||
m_optionalHull(0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
btVector3 btPolyhedralConvexShape::localGetSupportingVertexWithoutMargin(const btVector3& vec0)const
|
||||
{
|
||||
int i;
|
||||
|
||||
@@ -31,17 +31,9 @@ protected:
|
||||
btVector3 m_localAabbMax;
|
||||
bool m_isLocalAabbValid;
|
||||
|
||||
btPolyhedralConvexShape() :btConvexInternalShape(),
|
||||
m_localAabbMin(1,1,1),
|
||||
m_localAabbMax(-1,-1,-1),
|
||||
m_isLocalAabbValid(false),
|
||||
m_optionalHull(0)
|
||||
{
|
||||
|
||||
}
|
||||
public:
|
||||
|
||||
|
||||
btPolyhedralConvexShape();
|
||||
|
||||
//brute force implementations
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ SubDir TOP src BulletCollision ;
|
||||
|
||||
Description bulletcollision : "Bullet Collision Detection" ;
|
||||
Library bulletcollision :
|
||||
[ Wildcard Gimpact : *.h *.cpp ]
|
||||
[ Wildcard BroadphaseCollision : *.h *.cpp ]
|
||||
[ Wildcard CollisionDispatch : *.h *.cpp ]
|
||||
[ Wildcard CollisionShapes : *.h *.cpp ]
|
||||
|
||||
Reference in New Issue
Block a user