dimforge / ncollide

2 and 3-dimensional collision detection library in Rust.
https://ncollide.org
Apache License 2.0
922 stars 106 forks source link

Add convenience methods for creating CollisionGroups #254

Closed caitp closed 5 years ago

caitp commented 5 years ago

Provides builder-pattern style APIs to CollisionGroups --- a nice alternative for many use-cases.

sebcrozet commented 5 years ago

Nice, thanks!