chore: add more comments

This commit is contained in:
Sébastien Crozet
2024-06-09 10:57:37 +02:00
committed by Sébastien Crozet
parent cfddaa3c46
commit edaa36ac7e
41 changed files with 897 additions and 202 deletions

View File

@@ -2,9 +2,9 @@
This release introduces two new crates:
- `rapier-urdf` for loading URDF files into rapier3d. This will load the rigid-bodies,
- `rapier3d-urdf` for loading URDF files into rapier3d. This will load the rigid-bodies,
colliders, and joints.
- `rapier-stl` for loading an STL file as a collision shape.
- `rapier3d-stl` for loading an STL file as a collision shape.
### Added