consistency

This commit is contained in:
Irlan
2018-06-29 22:43:35 -03:00
parent f5e20589eb
commit db54750a87
14 changed files with 226 additions and 167 deletions

View File

@ -45,7 +45,13 @@ public:
return 1.0f;
}
b3RayCastSingleOutput hit;
float32 ReportCloth(b3Shape* shape, const b3Vec3& point, const b3Vec3& normal, float32 fraction)
{
B3_ASSERT(false);
return 1.0f;
}
b3ShapeRayCastSingleOutput hit;
};
class Test : public b3ContactListener
@ -73,7 +79,8 @@ public:
b3World m_world;
b3Ray3 m_bodyRay;
b3Ray3 m_ray;
b3ClothDragger m_clothDragger;
b3BodyDragger m_bodyDragger;
b3BoxHull m_groundHull;