flutter_scene_box3d 0.2.0
·
159 commits
to master
since this release
- BREAKING: the backend now implements the
PhysicsSimulationcontract frompackage:scene; the runtime dependency moved fromflutter_scenetoscene. - BREAKING: removed the
Box3dRigidBody,Box3dCollider, andBox3dJointtypes; construct onlyBox3dPhysicsWorldand attach flutter_scene's genericRigidBody,Collider, and joint components. - BREAKING: wrap the world in flutter_scene's
PhysicsWorldnow,PhysicsWorld(Box3dPhysicsWorld(...)), instead of adding the concrete components directly. - Require
box3d^0.1.1for the Android native load fix.