695 B
695 B
0.4.0
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
colladaandwavefront.
Modified
- Support for STL is now optional through feature
stl. - Features
stl,wavefrontandcolladaare enabled by default.
0.3.0
This is the initial release of the rapier3d-stl crate.
Added
- Add
load_from_pathfor creating a shape from a stl file. - Add
load_from_readerfor creating a shape from an object implementingRead. - Add
load_from_raw_meshfor creating a shape from an already loadedIndexedMesh.