Can't create CircleShape - love.physics (love 0.8.0)
Posted: Thu Apr 05, 2012 6:53 pm
Hi,
i can't create any shape with the love.physics.
I tried
and i get "Incorrect number of parameters" But they should be correct (love.physics.newCircleShape)
gives me "Number of vertices must be a multiple of two."
i can't create any shape with the love.physics.
I tried
Code: Select all
shape = love.physics.newCircleShape(body, 0, 0, 20)
Code: Select all
hape = love.physics.newPolygonShape(objects.ship.body, 0, 0, 10, 0, 0, 10)