Page 1 of 1

Function Collision with brush part

Posted: Sun Jul 17, 2022 7:07 pm
by KeHo-Software
Hello together, hello Andreas Falkenhahn.
I should have a solution to use the function Collision with DisplayBrushPart.
Actually it works only if I use a standard single brush
bool = Collision(#BRUSH, id1, x1, y1, id2, x2, y2)
What is the best way to do that ?

Greetings Achim

Re: Function Collision with brush part

Posted: Fri Jul 22, 2022 10:52 pm
by airsoftsoftwair
Not really possible at the moment. But you could easily write your own function for collision detection of brush parts using the #BOX collision type. Not much work really.