diff options
author | HampusM <hampus@hampusmat.com> | 2024-08-17 13:43:45 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-08-17 13:43:45 +0200 |
commit | 60f6a0b7783d6d3684f22f8def3c1097963aa3ff (patch) | |
tree | f5df89fd47a802c68d0717cdc144a891750780cd /TODO.md | |
parent | c4686c2992417545e7a05a6a40ee9f1a8bbf3b96 (diff) |
refactor(engine): remove position field from Camera component
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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". |