Use meshloader to support multiple file formats loading (#744)
Co-authored-by: Tin Lai <tin@tinyiu.com>
This commit is contained in:
22
crates/rapier3d-meshloader/CHANGELOG.md
Normal file
22
crates/rapier3d-meshloader/CHANGELOG.md
Normal file
@@ -0,0 +1,22 @@
|
||||
## Unreleased
|
||||
|
||||
Renamed the crate from `rapier3d-stl` to `rapier3d-meshloader`, to better reflect its support for multiple formats.
|
||||
|
||||
### Added
|
||||
|
||||
- Add optional support for Collada and Wavefront files through new feature flags `collada` and `wavefront`.
|
||||
|
||||
### Modified
|
||||
|
||||
- Support for STL is now optional through feature `stl`.
|
||||
- Features `stl`, `wavefront` and `collada` are enabled by default.
|
||||
|
||||
## 0.3.0
|
||||
|
||||
This is the initial release of the `rapier3d-stl` crate.
|
||||
|
||||
### Added
|
||||
|
||||
- Add `load_from_path` for creating a shape from a stl file.
|
||||
- Add `load_from_reader` for creating a shape from an object implementing `Read`.
|
||||
- Add `load_from_raw_mesh` for creating a shape from an already loaded `IndexedMesh`.
|
||||
Reference in New Issue
Block a user