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

Add support for smoothing groups #35

Open
virtualritz opened this issue Apr 23, 2021 · 0 comments
Open

Add support for smoothing groups #35

virtualritz opened this issue Apr 23, 2021 · 0 comments

Comments

@virtualritz
Copy link
Contributor

Add support for reading smoothing groups.
Just another index with length num_face_indices (aka number of faces of the mesh). Each entry is the number of the smoothing group that the face belongs to.

Another option is to have a Vec<Vec<u32>>. Where the second level represents the individual groups.
But that seems to be against the philosophy of this lib to store everything in flat buffers (e.g. one could also combine indices & num_face_indices into a single Vec<Vec<u32>>, otherwise).

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

No branches or pull requests

1 participant