Kan

Results 5 issues of Kan

Issue: https://github.com/coronalabs/corona/assets/70838508/8b2cc0b4-dc26-49f5-b014-4bd296f5c313 Fixed: https://github.com/coronalabs/corona/assets/70838508/e76b467e-bd65-404b-a840-6dcfa0e116b1 Code - Test: ```lua local physics = require("physics") physics.start() physics.setContinuous(true) local textWheel = display.newText("Wheel Joint", 100, 50, nil, 20) local textPivot = display.newText("Pivot Joint", 300, 50,...

There seems to be an issue with the Axis of the Wheel Joint; it doesn't behave like a pivot as the documentation describes. Specifically, it doesn't work when you set...

This upgrade provides better and more optimized vertex handling. More explained in the description of this [PR](). I did a work to ensure backwards compatibility with Solar2D: ```lua local image_name...

To keep backward compatible with Box2D v2.4.2 upgrades, I've created an additional v2 for joints. Need to add b2WheelJointV2 and b2PrismaticJoint to build list ```lua local wheelJoint = physics.newJoint("wheelV2", bodyA,...