kirbyquerby / phys2d

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

Box can't collide with line. #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. We initialize a static circle.
2. We drop a line. Line is on the circle.
3. We drop a box and box will pass trough the line until it hits circle.

What is the expected output? What do you see instead?
The box should hit the line before hitting circle. 

What version of the product are you using? On what operating system?
I use 2007-05-06 version and window XP professional.

Please provide any additional information below.
 All of dropped objects are in same direction.

[ ]<-a box
 | <-a Line
 O <-a circle 
In my example, you type "L" for dropping a line.
You have to wait until the line hits circle.
Then, you type "b" for dropping a box.

Original issue reported on code.google.com by chulakor...@gmail.com on 19 May 2007 at 7:50

Attachments: