kripken / box2d.js

Port of Box2D to JavaScript using Emscripten
1.33k stars 196 forks source link

Missing of b2Manifold structure, because missing of it constructor in original sources #20

Open hyzhak opened 11 years ago

hyzhak commented 11 years ago

Can't interact with b2Manifold data because b2Manifold structure doesn't implement in js port

sebastianovide commented 11 years ago

same as #3

Joncom commented 11 years ago

Same issue, with a test case found here.