Available since LÖVE 0.8.0 |
This function is not supported in earlier versions. |
Creates and attaches a Fixture to a body.
Note that the Shape object is copied rather than kept as a reference when the Fixture is created. To get the Shape object that the Fixture owns, use Fixture:getShape.
fixture = love.physics.newFixture( body, shape, density )
Body body
Shape shape
number density (1)
Fixture fixture