zero-meta
zero-meta
I found the `Continuous test` does not worked as original **box2d** too. It looks like the **CCD algorithm** not worked correctly. Here is the screenshot of two `testbed`: - box2d-optimized:...
I'm wondering why the `vertexData` is not per vertex different. If so we just can use it to custom our per vertex data.
I have tested it and believe the issue has been resolved. Thank you!
I think `motorSpeed` for `Wheel Joint` should be radians per seconds, the same as the `Revolute Joint`. ```c++ if ( lua_isnumber( L, 3 ) ) { Rtt_Real valueRadians = Rtt_RealDegreesToRadians(...
Hello! I merged this pull request and found some weird results. It blinks when entering or leaving the screen when the image scaled up. Here is the test code: [test_mask_thing.zip](https://github.com/user-attachments/files/19280087/test_mask_thing.zip)...
Thanks for replying! After some testing, I believe it's unnecessary to [update a _DisplayObject_'s bounds](https://github.com/coronalabs/corona/pull/543/files#diff-2156f1a0b022f75cacf76f140c7b8dac4d5d4d38c62d5006d6b4baebc2b708e9) when the mask is "_OnlyForHitTests_". I think this is the reason why a 512x512 image,...