python3-pywavefront

Python 3 loader for Wavefront OBJ files
  https://github.com/pywavefront/PyWavefront
  0
  no reviews



PyWavefront reads Wavefront 3D object files (something.obj, something.obj.gz and something.mtl) and generates interleaved vertex data for each material ready for rendering.

A simple optional visualization module is also provided for rendering the object(s). The interleaved data can also be used by more modern renderers through VBOs or VAOs.