From ee3883eda0f5db981f99117545dacc358ec9f557 Mon Sep 17 00:00:00 2001 From: Software Antics <50978201+softwareantics@users.noreply.github.com> Date: Sun, 14 Jan 2024 23:36:51 +1100 Subject: [PATCH] Update RenderingFeatures.md --- Documentation/RenderingFeatures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/RenderingFeatures.md b/Documentation/RenderingFeatures.md index 401c8c51..df3073df 100644 --- a/Documentation/RenderingFeatures.md +++ b/Documentation/RenderingFeatures.md @@ -9,7 +9,7 @@ - [x] Mesh Rendering - [ ] Terrain Rendering -- [ ] Model Loading +- [x] Model Loading (using Assimp) ### Camera and View Optimization @@ -58,4 +58,4 @@ - [ ] Fog - [ ] Linear - [ ] Exponential - - [ ] Exponential Squared \ No newline at end of file + - [ ] Exponential Squared