-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High level abstraction of material specifiction #38
Comments
Does this mean that materials are currently not handled? I'm asking because the README explicitly states "Wavefront .obj parser for Rust. It handles both .obj and .mtl formats". |
As README states, obj-rs does know how to parse MTL files. If you just want to parse the MTL file, you can call What we does not support is abstracting it with high level helpers like I'll update the README to make this issue more clear. Reference |
Are 'usemtl' statements in the obj-file parsed? Is there some way to know which primitives should have which material? |
They are being parsed but only shown in |
If we manage to parse the material information of Wavefront OBJ, most usecases of Wavefront OBJ format will be satisfied.
The text was updated successfully, but these errors were encountered: