mash 0.1.0

A 3D mesh loading/manipulation library
Documentation

mash

Build Status license

Documentation

3D mesh manipulation library.

Supported formats

All formats are enabled by default when including mash as a dependency.

In order to pick and choose which formats are supported, explicitly set which features you want to enable.

[dependencies]
mash = { version = "*", default-features = false, features = ["wavefront"]}