ncollide v0.10.0 Release Notes

  • ➕ Added

    * Re-export `Ray2`, `Ray3`, `RayIntersection2`, and `RayIntersection3` on
      the `query` module.
    

    Modified

    * Rename `.perform_removals_and_broad_phase()` -> `.perform_additions_removals_and_broad_phase()`.
    * Rename the collision world method `.add()` to `.deferred_add()`.
    * The collision world `.deferred_set_position()` now fails with a
      meaningful error when the user attempts to set the position of an object
      not actually added (including those that have been `.deferred_add()`-ed
      without a subsequent `.update()`.