Diff of /trunk/ModularRex/RexOdePlugin/RexOdeCharacter.cs
Parent Directory
|
Revision Log
|
Patch
| revision 243, Wed Oct 28 12:00:23 2009 UTC | revision 244, Thu Oct 29 11:23:59 2009 UTC | |
|---|---|---|
| # | Line 942 | Line 942 |
| 942 | _parent_scene.remCollisionEventReporting(this); | _parent_scene.remCollisionEventReporting(this); |
| 943 | m_eventsubscription = 0; | m_eventsubscription = 0; |
| 944 | } | } |
| 945 | public void AddCollisionEvent(uint CollidedWith, float depth) | public void AddCollisionEvent(uint CollidedWith, ContactPoint contact) |
| 946 | { | { |
| 947 | if (m_eventsubscription > 0) | if (m_eventsubscription > 0) |
| 948 | CollisionEventsThisFrame.addCollider(CollidedWith,depth); | CollisionEventsThisFrame.addCollider(CollidedWith,contact); |
| 949 | } | } |
| 950 | ||
| 951 | public void SendCollisions() | public void SendCollisions() |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

