Skip to content
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

Late naming for objects in OBJ loader #126

Merged

Conversation

Floppy
Copy link
Contributor

@Floppy Floppy commented Apr 16, 2024

Handles late naming of first object in OBJ file. This happens in quite a few files found in the wild, where the first o declaration happens after the vertex list.

Fixes a sub-issue identified in #123.

@Floppy Floppy changed the title Bugfixes for OBJ loader Late naming for objects in OBJ loader Apr 16, 2024
@Floppy Floppy marked this pull request as ready for review April 16, 2024 10:15
@Floppy
Copy link
Contributor Author

Floppy commented Apr 16, 2024

This is good to go. I'll was thinking to fix the main issue in #123 here as well, but that's a bigger change that I need to take more time over, so I'll do it separately. I was thinking the object name fix would need a bigger change, but it didn't.

@danini-the-panini danini-the-panini merged commit b0bf979 into danini-the-panini:main Apr 16, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants