dimforge / ncollide

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

extend api with mask option #331

Closed jannickj closed 4 years ago

jannickj commented 4 years ago

I added an option to the api to set the bit masks directly, this change wouldn't / shouldn't move the api boundary as it's always possible to convert the masks into array on the library side if the collision group system gets changed.

sebcrozet commented 4 years ago

Thanks!