Module mash::load::wavefront[][src]

Loader for the Wavefront .obj file format.

Structs

Material

A material.

Object

A named object in a Wavefront file.

Objects

An iterator over all objects in a file.

Vertex

A vertex.

Wavefront

A wavefront model.

Functions

from_memory

Loads a Wavefront .obj file from memory.

from_path

Loads a Wavefront .obj file from disk.