summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-08-17 13:43:45 +0200
committerHampusM <hampus@hampusmat.com>2024-08-17 13:43:45 +0200
commit60f6a0b7783d6d3684f22f8def3c1097963aa3ff (patch)
treef5df89fd47a802c68d0717cdc144a891750780cd /TODO.md
parentc4686c2992417545e7a05a6a40ee9f1a8bbf3b96 (diff)
refactor(engine): remove position field from Camera component
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index ad62857..8c5fc45 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,8 +10,7 @@
- [x] Add component events (removal & addition) in ECS framework
- [x] Make renderer not create new buffers each frame
- [ ] Multiple rendering passes
-- [ ] Make projection changable
-- [ ] Remove position field from Camera component
+- [x] Remove position field from Camera component
- [ ] Effects using stencil buffer
- [ ] Remove possible edge cases in ECS component storage
- [ ] Fix OpenGL warning "Vertex shader in program 3 is being recompiled based on GL state".