diff options
author | HampusM <hampus@hampusmat.com> | 2025-01-15 19:45:08 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2025-01-15 19:45:08 +0100 |
commit | 4e564326d0a302e27bf773eee9b1bdb88dfda884 (patch) | |
tree | a1f78384b060544b0e93b319d92dae97678080cf /TODO.md | |
parent | e893a733008561b41a25a3fcc8909071d2d3ba85 (diff) |
fix(engine): make Mesh indices produced by Obj::to_mesh useful
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,5 +29,5 @@ - [ ] Physics - [ ] Rotation (using quaternions) - [ ] Add support for entity tags in ECS framework -- [ ] engine::file_format:wavefront::obj::Obj::to_mesh seems to produce meshes with +- [x] engine::file_format:wavefront::obj::Obj::to_mesh seems to produce meshes with pointless vertex indices since it flat maps all face vertices |