Model1 is category 1...
Model2 is category 2...
i have plenty other models that are other categories (i.e. walls, floor, ceiling)...
Is there any possibility to check if Model1 is collided with Model2 ?
i know I can check App.CollidedCategory == 2 but if I check that, CollidedCategory can be = 2 if Model2 is collided with Floor, and that makes me problems ...
if there is no possibility, add some option like CheckCollision(X,Y), where it returns 1 if category X is collided with category Y...
as always, I hope you understand what I want to say ...

Cheers,
Boris