Module wavefront_loader

Source
Expand description

Helper structure/methods for exporting and loading to/from wavefront files (only geometry).

Structs§

ObjData
Wavefront data.
ObjectRanges
Metadata needed t extract a single object in the wavefront.

Traits§

WaveFrontCompatible
Trait needed to export a mesh representation as an obj file (only geometry information). very useful for inspecting meshes.