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

Fix regression in OBJ loader #6228

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

mvieth
Copy link
Member

@mvieth mvieth commented Feb 1, 2025

Regression happened in #6047 If an OBJ file only defines vertices and vertex normals (same number), but no faces, then vertices and vertex normals should be associated one-to-one in the order they appear. This worked before, but since the mentioned pull request, normals would be zero in this case.

Regression happened in PointCloudLibrary#6047
If a OBJ file only defines vertices and vertex normals (same number), but no faces, then vertices and vertex normals should be associated one-to-one in the order they appear.
This worked before, but since the mentioned pull request, normals would be zero in this case.
@mvieth mvieth added module: io changelog: fix Meta-information for changelog generation labels Feb 1, 2025
@mvieth mvieth merged commit 460d9fc into PointCloudLibrary:master Feb 4, 2025
13 checks passed
@mvieth mvieth deleted the obj_without_faces branch February 4, 2025 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: fix Meta-information for changelog generation module: io
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants