Cargo Features

[dependencies]
rapier3d-meshloader = { version = "0.3.0", default-features = false, features = ["stl", "collada", "wavefront"] }
default = collada, stl, wavefront

These default features are set whenever rapier3d-meshloader is added without default-features = false somewhere in the dependency tree.

stl default

Enables stl of mesh-loader

mesh-loader:

STL (.stl) https://en.wikipedia.org/wiki/STL_(file_format)

collada default

Enables collada of mesh-loader

mesh-loader:

COLLADA (.dae) https://en.wikipedia.org/wiki/COLLADA

wavefront default

Enables obj of mesh-loader

mesh-loader:

Wavefront OBJ (.obj) https://en.wikipedia.org/wiki/Wavefront_.obj_file

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

mesh-loader collada stl wavefront