drmcnellis / collisiondetectionkit

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

Wrong collisions detections, misses collisions #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create DisplayObject with height != width, call it Object1
2. Add child (Object2) to Object1
3. Rotate (change transform matrix) Object1 to 90 degree
4. Add Object2 as target to a CollisionList
5. Try to overlap Object2 with some another object on the right side with 
overlapping < (height - width).

What is the expected output? What do you see instead?
Collision should be detected but no collisions detected.

What version of the product are you using? On what operating system?
CDK v1.5

Please provide any additional information below.
The deffect is in CDK.as file.
Fixed file is in attachment.

Original issue reported on code.google.com by teams...@gmail.com on 23 Apr 2011 at 2:21

Attachments: