Expand description
This crate is deprecated. Use rapier3d-meshloader
instead which
supports STL as well as other formats.
Structs§
- StlShape
- The result of loading a shape from an stl mesh.
Enums§
- StlLoader
Error - Error while loading an STL file.
Functions§
- load_
from_ path - Loads an STL file as a shape from a file.
- load_
from_ raw_ mesh - Loads an STL file as a shape from a preloaded raw stl mesh.
- load_
from_ reader - Loads an STL file as a shape from an arbitrary reader.