chandlerprall / GoblinPhysics

Collision Detection & Response in JavaScript
http://www.goblinphysics.com
Other
147 stars 18 forks source link

`collision_groups` is ignored when body is static #55

Closed chandlerprall closed 8 years ago

chandlerprall commented 8 years ago
  1. create a static object with collision_groups=1
  2. create dynamic object with collision_mask=4
  3. objects shouldn't collide, but they do
chandlerprall commented 8 years ago

Working as intended https://github.com/chandlerprall/GoblinPhysics/wiki/Collision-Masking