Famous / engine

MIT License
1.75k stars 250 forks source link

[BUG] Creating Wall constraints seems to randomly fail #424

Open talves opened 9 years ago

talves commented 9 years ago

I created an example of physics with 4 walls and a sphere. I set the sphere in motion with setVelocity and setup the contraints with the walls. During motion of the sphere, I use a click event to setVelocity again. Randomly the wall constraints fail.

Here is the example branch: https://github.com/talves/famous-engine-seed/tree/walls

I may not be setting up the constraints correctly.