summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-19 11:03:21 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-19 11:03:21 +1000
commitf926234600af1883c2be259360b44173bb7c12b4 (patch)
tree8938056cf43f7fc1fa5c2362ee022c5599ac8b28 /README.md
parent0942a484a90695749f05d49273951f2b8d452866 (diff)
updating docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9c3bf6..f9ad098 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ All third-party dependencies are licensed under their own license.
#### Scene
- [ ] Transform hierarchy / Scene tree
- - [ ] transform propagation
+ - [ ] Transform propagation
### Renderer
@@ -56,3 +56,13 @@ All third-party dependencies are licensed under their own license.
- [x] Basic implementation using learnopengl
- [ ] Implementation using filament as a reference for first in class PBR
- [ ] Handle metallic / roughness being in different channels, combined, or absent
+- [ ] Shadows
+ - [x] Shadowmaps
+ - [ ] PCF
+ - [ ] Cascading shadowmaps (CSM)
+- [ ] Cel shading
+- [ ] Terrain
+- [ ] Animation
+ - [x] Joint and keyframe loading
+ - [ ] Handle multiple animations in one GLTF
+ - [ ] Animation Blending