[][src]Module obj::raw::material

Parses .mtl format which stores material data

Structs

Material

A single material from a .mtl file

MtlTextureMap

A texture map specified in a .mtl file

RawMtl

Low-level Rust binding for .mtl format (incomplete).

Enums

MtlColor

A color specified in a .mtl file

Functions

parse_mtl

Parses a wavefront .mtl format (incomplete)