collision rules #38
Unanswered
dannisliang
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The collision rule for a pair is calculated by the broad phase upon pair overlap detection. Modifications to the collision rules of objects after that point won't be seen until the next frame, if I remember correctly. (Incidentally, this is part of the reason why bepuphysics2 doesn't have 'collision rules', just callbacks that return true/false for creating a pair or creating a constraint that the user defines however they want.) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setting collision rules when two objects collide does not seem to be immediately effective
Beta Was this translation helpful? Give feedback.
All reactions