Releases: amethyst/specs-physics
Releases · amethyst/specs-physics
0.3.0
- Use Isometry instead of 3d vector for position trait (#4)
- Fix gravity field access and expose more world properties (#5)
- Add
SimplePosition
for easy usage withPosition
(#6) - Integrate Amethyst
Transform
s withPosition
Impl (#6) - Properly synchronize
PhysicsBody
's back from world, renamingSyncPositionsFromPhysicsSystem
toSyncBodiesFromPhysicsSystem
(#6) - Re-export ncollide and nphysics fully, and rename nalgebra re-export to simply nalgebra (#6)