Use meshloader to support multiple file formats loading (#744)

Co-authored-by: Tin Lai <tin@tinyiu.com>
This commit is contained in:
Thierry Berger
2024-11-12 09:02:55 +01:00
committed by GitHub
parent 0d791eb794
commit 71f65fe55a
14 changed files with 214 additions and 189 deletions

View File

@@ -1,5 +1,11 @@
## Unreleased
### Added
- Add optional support for Collada and Wavefront files through new feature flags `collada` and `wavefront`.
## 0.3.0
This is the initial release of the `rapier3d-urdf` crate.
### Added