We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wavefront .obj files can contain multiple objects in a single file. Additionally, objects can be constructed from several groups of Polygon Paths.
The current implementation presumes a single object and group in the file for parsing.
holographit/holoscribe/src/main.rs
Line 41 in 4fc3854
This should be extended to support multi-object and multi-path to allow constructing holograms for more complex shapes.
The text was updated successfully, but these errors were encountered:
benjaminwgordon
No branches or pull requests
Wavefront .obj files can contain multiple objects in a single file. Additionally, objects can be constructed from several groups of Polygon Paths.
The current implementation presumes a single object and group in the file for parsing.
holographit/holoscribe/src/main.rs
Line 41 in 4fc3854
This should be extended to support multi-object and multi-path to allow constructing holograms for more complex shapes.
The text was updated successfully, but these errors were encountered: