summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2025-04-30 20:00:35 +0200
committerHampusM <hampus@hampusmat.com>2025-04-30 20:00:35 +0200
commit31bfa7aaf20dcb9941dc42561ea5b347fe5b8069 (patch)
tree6c1c8b112e298c0844704799a910661796e670af
parenta140deb288c4682dddbc269696327ae8e4d28a97 (diff)
docs: mark blinn-phong lighting as finished in todo list
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index e453870..ecbb8e7 100644
--- a/TODO.md
+++ b/TODO.md
@@ -21,7 +21,7 @@
- [ ] Improve vertex code.
- [ ] Add support for optionally rendering objects without a projection
- [ ] Add shadow mapping
-- [ ] Use Blinn-phong lighting instead of phong lighting
+- [x] Use Blinn-phong lighting instead of phong lighting
- [x] Support for multiple textures
- [x] Non-hardcoded projection settings
- [x] Model importing