Expand description

The obj module contains all the types that are used when working with the wavefront obj format including entities, lexer, writer etc.

Modules

Contains the entity types that are used when working with the wavefront obj format.

Contains the logic to transform entities to OBJ formatted strings.

Contains logic to read entities from a BufRead that returns OBJ formatted strings.

Contains logic to read entities from OBJ formatted strings.