From 59039630c0d151c80cfdbb447702259504511b3e Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Tue, 22 Jun 2021 18:33:47 +0200 Subject: [PATCH] Update features --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ecf6066..83e1a99 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ Real-time 3D / 8bpp background / 4bpp background ### "Engine" - * Very basic physics / collision detection - * Constrained camera trajectory - * Orbital camera mode - * Basic Spatial partitioning - * Portal based camera angle switch - * 3D sprite - * VRam auto layout for TIMs - + * UV textured models + * Vertex painted models + * Multiple camera modes + * Vertex animations + * Up to 3 light sources + * Use pre-rendered backgrounds (8bpp and 4bpp) + * Basic collisions + ## Planned * Fix and improve all the things !