i am working on a project that needs some collision detection.
i have 7 objects and it should check collide for each others.
i looked collision detection kit by Corey O’Neil, but cant figure it out.
collision group i have to learn, yes.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should understand your needs.
hitTestObject method will work fine if you have no FPS drop and object is static or have small speed.
Else you better to use one of Physics Engine or CDK like a Box2D for correct collision detection and make your Update method fixed timestep.