Search found 2 matches

by HoryWan
Wed Apr 22, 2015 5:38 am
Forum: Support and Development
Topic: Box2D collision issue
Replies: 3
Views: 2414

Re: Box2D collision issue

It works now, thank you guys!
by HoryWan
Tue Apr 21, 2015 8:39 pm
Forum: Support and Development
Topic: Box2D collision issue
Replies: 3
Views: 2414

Box2D collision issue

Hi, I have tried to use Box2D to bounce a ball on a platform. The problem is that the ball seems to hit an invisible platform and bounce some 20 pixels above the actual platform. Any suggestion is welcome! love.physics.setMeter(64) local world = love.physics.newWorld(0, 9.8 * 64, true) objects = {} ...