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

Vertices are missing when trimesh.load(process=False) #2335

Open
czpcf opened this issue Dec 24, 2024 · 0 comments · May be fixed by #2241
Open

Vertices are missing when trimesh.load(process=False) #2335

czpcf opened this issue Dec 24, 2024 · 0 comments · May be fixed by #2241

Comments

@czpcf
Copy link

czpcf commented Dec 24, 2024

I loaded an obj file using trimesh.load, trying to keep original vertices and faces. However, some vertices are still missing with process=False.

Here is the obj:

o mesh
v 1 1 1
v 1 1 2
f 1 1 1

I loaded it with mesh = trimesh.load(path, process=False), and mesh.vertices equals TrackedArray([[1., 1., 1.]]), whose shape is not (2, 3).

How to load all vertices? Thank you in advance!

mikedh added a commit that referenced this issue Dec 26, 2024
@mikedh mikedh linked a pull request Jan 2, 2025 that will close this issue
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 a pull request may close this issue.

1 participant