From a92b275daa7bb2c1ae979decea6531b83d749777 Mon Sep 17 00:00:00 2001 From: Alina Date: Tue, 14 Mar 2023 19:36:05 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8db6b6..a8478e8 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,9 @@ This 3d engine This 3d engine does not - load 3d model files -- shade faces based on light sources or direction -- have optimized image effects +- shade faces based on light sources or normal direction (because it knows nothing about normals) +- render textures +- have optimized image effects for faster than realtime rendering of frames - work well with extreme perspective values or coordinates in the far back - have easily changeable parameters for a lot of things