Function Collision with brush part

Anything related to Hollywood Designer goes in here
Post Reply
KeHo-Software
Posts: 33
Joined: Tue Jul 17, 2012 8:31 pm

Function Collision with brush part

Post 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
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Function Collision with brush part

Post 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.
Post Reply