drmcnellis / collisiondetectionkit

Automatically exported from code.google.com/p/collisiondetectionkit
0 stars 0 forks source link

Collisions not registering between dynamically created balls in Text example #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In the last example "text" (no modifications done to it)
2. ball added to collisionList, but balls not detecting collision with 
themselves.

What is the expected output? What do you see instead?
balls should register collisions with themselves. Instead they ignore other 
balls.

What version of the product are you using? On what operating system?
newest version to date(7/20/11)

Original issue reported on code.google.com by wesley...@gmail.com on 21 Jul 2011 at 2:07

GoogleCodeExporter commented 9 years ago
The collisionList class checks collisions between OBJECTS and the TARGET. Use 
the collisionGroup class to check all collisions between OBJECTS.

Original comment by electrov...@gmail.com on 31 Jul 2012 at 2:09