Module wavefront_rs::obj

source ·
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 logic to read entities from a BufRead that returns OBJ formatted strings.
  • Contains the logic to transform entities to OBJ formatted strings.