Hello. I can get my collision checks to work when the source object mode is only ...SELF and the target is only ...OTHER. Why can't setting the mode to (...SELF&...OTHER) for the objects work?
You have to OR the modes, i.e. do a Object3D.setCollisionMode(COLLISION_CHECK_OTHERS|COLLISION_CHECK_SELF);
Opps, sorry. My careless mistake. Thanks.