Collision Detection #200
Unanswered
mwisnefsky
asked this question in
Q&A
Replies: 1 comment
-
Collision Detection은 일반적으로 QuadTree등을 통해서 합니다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - noob here who likes playing around with this kind of stuff. I'm trying to get a collision detection system working, but am unsure how to handle it. I need to iterate through every pair of Entities that has a Collider component, but am not sure how to use the Arch framework to do this.
First thought was World.Query inside a World.Query but I keep getting an index out of bound error (I think the worldID is out bounds at some point). Is there a better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions