PT
Developer Forums
Register
Login
[Archived] DarkBASIC Professional Discussion
->
NDBPro Wrapper, (by Walaber): Prevent joined objects from colliding
<
1
>
M
man id unknown
Joined:
31st Jan 2007
Location:
Posted:
15th Jun 2007 17:09
Using NDBPro Wrapper, (by Walaber) is there a way to prevent bodies joined from colliding into one another? For that matter, is there a way to prevent any two bodies from colliding into one another?
M
man id unknown
Joined:
31st Jan 2007
Location:
Posted:
15th Jun 2007 17:37
I found the answer.
NDB_NewtonMaterialCreateGroupID
can be used to create groups of objets, and
NDB_NewtonMaterialSetDefaultCollidable
can be used to set how groups of objects interact with one another.