Closed GoogleCodeExporter closed 9 years ago
Original comment by erwin.coumans
on 7 Aug 2006 at 7:49
Per-triangle friction/restitution requires a callback implementation. This
callback
can store the friction and/or restitution in the contact point.
Each CollisionObject that needs this material-callback has to set the
collisionFlag
to ccdObjectCi.m_collisionFlags = CollisionObject::customMaterialCallback;
See ConcaveDemo for an example, in particular CustomMaterialCombinerCallback.
Original comment by erwin.coumans
on 10 Aug 2006 at 8:35
Original issue reported on code.google.com by
erwin.coumans
on 7 Aug 2006 at 7:48