why traverse the mesh twice?
Open
question
- Dominant language
- C++
- Stars
- 7.5k
- Forks
- 1.1k
- Avg merge
- 47m
- Merged PRs (30d)
- 1
Description
If I understand correctly, Draco encodes the mesh by traversing it twice in the same way: one for connectivity encoding and the other one for attributes encoding, so I wonder why 2 traversals are used and why not combining them into only 1 traversal.
Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.