About collision query implementation #110
Unanswered
Ivan-le-sketch
asked this question in
Q&A
Replies: 2 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Isn't creating explicitly typed bindings for every combination of type parameters technically possible ? This is just a question though. I don't have an actual problem this would solve. |
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
-
Sorry if my question sounds dumb, I have next to no knowledge when it comes to language interop.
If I'm understanding things right, BroadPhaseQuery and NarrowPhaseQuery methods all take a function pointer to a callback method which is used to create a CollisionCollector object. Is there a reason we can't have a handle to manipulate CollisionCollector objects and use this in the collision query api instead ?
Beta Was this translation helpful? Give feedback.
All reactions