| Age | Commit message (Collapse) | Author |
|
|
|
ActiveEvents::COLLISION_EVENTS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #330
|
|
|
|
change
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flags
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement multibody joints, and new velocity-based constraints solver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
object leaves then re-enter a region
|
|
- When `NarrowPhase` adds a collision pair, it checks to make sure that they don't have the same parent
- In the case where the colliders have no parents (eg. they are not attached to a `RigidBody`) this yields a false positive.
- The fix is to ensure that colliders have a parent before ignoring the pair.
|
|
|
|
Otherewise it is impossible to use BroadPhase::update properly.
|