A parser for wavefront .obj and .mtl files
Project description
wavefront_reader
A parser for wavefront .obj and .mtl files
Free software: MIT license
Documentation: https://wavefront-reader.readthedocs.io.
Features
Reads out wavefront objects to dictionaries with their attributes, including their materials:
from wavefront_reader import read_wavefront, read_objfile, read_mtlfile geoms = read_wavefront('myObjects.obj') cube = geoms['Cube'] cube_vertices = cube['v'] cube_diffuse_material = cube['material']['Kd']
The module has a lot of tests, and handles face indexing by re-indexing the vertex, normal, and texcoord arrays simply by reindexing them into same-length, sequential arrays. While this reduces the memory benefits of the .obj format, it makes it much easier to load the data into OpenGL or reindex the data yourself.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2017-01-18)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file wavefront_reader-0.2.2.tar.gz
.
File metadata
- Download URL: wavefront_reader-0.2.2.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f860fa6adefb32a24bfc280e14a735610410a34a1928821682aa34106680291f |
|
MD5 | 2c55c2a4a3f6efff8c503898697fbec1 |
|
BLAKE2b-256 | 8a8bdcba57c4cb9259697e97811180038ab4b52ecfb9bbb818e8be1258149379 |