kurtz
Joined: 02 Apr 2005 Posts: 56
|
Posted: Wed Jun 01, 2005 3:24 pm Post subject: Collision callback manipulation |
|
|
| When I implement the postCollisionCallback, I get a const Collision back, which is fine, but when I try to get information about the second object (objectB) from it using GetObjectB(), I get an error because there's no const version of GetObjectB(). I was thinking maybe there should be one, or I could just do any checking I need to in the preCollisionCallback. Thanks. |
|