Crate rapier3d_stl

Source
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§

StlLoaderError
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.