free-language / box2d

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

Two Small Testbed Bugs #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) In the Raycast test, the triangle created by pressing '1' does not get
picked up by the raycast. Seems to be a problem within the callback rather
than the engine. Might be something weird with the way userdata is stored.

2) In the Polygon Shapes test, the polygons overlapping the circle
sometimes flicker between red and green when it seems everything within the
AABB should be green. No idea what could cause this; might even be my video
card.

Original issue reported on code.google.com by NagelBa...@gmail.com on 6 Apr 2010 at 8:41

GoogleCodeExporter commented 9 years ago
1) Intentional demonstration of ray filtering.
2) Not observed. The color should be yellow when a shape overlaps the sensor.

Original comment by erinca...@gmail.com on 10 Apr 2010 at 9:58