Elements/Concave Polygons: Difference between revisions

From OLPC
Jump to navigation Jump to search
(+link)
No edit summary
Line 3: Line 3:


[[User:Jminor|jminor]] 16:55, 24 March 2008 (EDT)
[[User:Jminor|jminor]] 16:55, 24 March 2008 (EDT)


Just a heads up - I'm the one working on the concave decomposition for Box2d, I'm going to be putting out a new version very soon with several bugfixes from the linked one above. The interface will change slightly, so I would not get this stuff integrated too tightly with other code until then. I'll post a note when it's ready - it should show up in the Box2d trunk at some point, too.

[[User:Ewjordan|ewjordan]] 03:48, 01 April 2008 (EDT)





Revision as of 07:49, 1 April 2008

There is some effort towards this ability here: http://www.box2d.org/forum/viewtopic.php?f=4&t=83&st=0&sk=t&sd=a&start=50 It includes some working code: http://www.box2d.org/forum/download/file.php?id=63

jminor 16:55, 24 March 2008 (EDT)


Just a heads up - I'm the one working on the concave decomposition for Box2d, I'm going to be putting out a new version very soon with several bugfixes from the linked one above. The interface will change slightly, so I would not get this stuff integrated too tightly with other code until then. I'll post a note when it's ready - it should show up in the Box2d trunk at some point, too.

ewjordan 03:48, 01 April 2008 (EDT)


Interesting