added initial support for per-triangle material properties in a non-convex mesh. needs testing.
This commit is contained in:
@@ -27,8 +27,8 @@ struct CollisionResult;
|
||||
extern float gContactBreakingTreshold;
|
||||
|
||||
typedef bool (*ContactDestroyedCallback)(void* userPersistentData);
|
||||
extern ContactDestroyedCallback gContactDestroyedCallback;
|
||||
|
||||
extern ContactDestroyedCallback gContactCallback;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user