summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2025-01-15 19:45:08 +0100
committerHampusM <hampus@hampusmat.com>2025-01-15 19:45:08 +0100
commit4e564326d0a302e27bf773eee9b1bdb88dfda884 (patch)
treea1f78384b060544b0e93b319d92dae97678080cf /TODO.md
parente893a733008561b41a25a3fcc8909071d2d3ba85 (diff)
fix(engine): make Mesh indices produced by Obj::to_mesh useful
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index f9bc8ee..dc966c6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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