313 B
313 B
Unreleased
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.