Jump to content

[SOLVED] XOR for collision masks?


Recommended Posts

Posted

Hello!

 

We need to create a class of objects that can't collide with each other. We need MANY objects in this class, so creating a new collision mask for each will be not proper at all.

 

Is it a way to use XOR for collision masks instead of AND? If not, how such class can be created?

 

Thanks!

Posted

Right now only AND is available, but we will consider this suggestion in the new editor functionality.

Posted

Exclusion masks are ready.

Shapes with common bits of exclusion mask will ignore each other.

×
×
  • Create New...