All Versions
2
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.4.0 Changes

    Modified

    • Use the latest ncollide API v0.9.0 which included breaking changes.
    • Rename event handler registration methods and traits to remove signal_ and Signal from their names.
  • v0.3.0 Changes

    ➕ Added

    • Added sensors.

    Modified

    • World::add_body and World::remove_body have been renamed to World::add_rigid_body and World::remove_rigid_body.
    • World::add_ccd_to(...) has an additional argument indicating whether rigid bodies with CCD should trigger events for sensors it should have traversed.
    • World::interferences() has been renamed to World::constraints().
    • Volumetric::surface() has been renamed to Volumetric::area().