diff options
author | HampusM <hampus@hampusmat.com> | 2025-04-30 20:00:35 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2025-04-30 20:00:35 +0200 |
commit | 31bfa7aaf20dcb9941dc42561ea5b347fe5b8069 (patch) | |
tree | 6c1c8b112e298c0844704799a910661796e670af | |
parent | a140deb288c4682dddbc269696327ae8e4d28a97 (diff) |
docs: mark blinn-phong lighting as finished in todo list
-rw-r--r-- | TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |