This commit is contained in:
ejcoumans
2007-10-14 00:39:01 +00:00
parent 71abe4aeca
commit 43b0ecd71a
3 changed files with 6 additions and 6 deletions

View File

@@ -150,7 +150,7 @@ namespace ConvexDecomposition
class ConvexDecompInterface
{
public:
virtual ~ConvexDecompInterface() {};
virtual void ConvexDebugTri(const float *p1,const float *p2,const float *p3,unsigned int color) { };
virtual void ConvexDebugPoint(const float *p,float dist,unsigned int color) { };
virtual void ConvexDebugBound(const float *bmin,const float *bmax,unsigned int color) { };