From 0ffe8f5dc87c20a28a62839e38b3a380d42cdd18 Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Thu, 3 Mar 2022 16:58:04 +0100 Subject: [PATCH] Update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7711a6d..3b2afc1 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,15 @@ - [x] Maybe should clip a triangle on znear zfar plane? - [x] Maybe should clip out triangles that are fully z out before draw_triangle - [ ] Effects!!! + - [ ] Outlines - [ ] Lightning - - [x] GLOBAL Ilumination + - [ ] Proper normal interpolation + * https://hero.handmade.network/episode/code/day101/#105 - [ ] Phong + - [x] diffuse + - [x] ambient + - [ ] specular + * reflecting vectors - [ ] Use all materials from OBJ - [ ] Point light - [ ] Reading PMX files @@ -62,6 +68,7 @@ - [ ] UI - [x] Labels - [x] Settings variables + - [x] Signals - [ ] Sliders - [ ] Groups - [x] Gamma correct alpha blending for rectangles and bitmaps