diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-19 11:03:21 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-19 11:03:21 +1000 |
commit | f926234600af1883c2be259360b44173bb7c12b4 (patch) | |
tree | 8938056cf43f7fc1fa5c2362ee022c5599ac8b28 /README.md | |
parent | 0942a484a90695749f05d49273951f2b8d452866 (diff) |
updating docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |