Skip to content

Add support for smoothing groups #35

@virtualritz

Description

@virtualritz

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions