From 632be84cebd1c61d14ac235523fa3853604a3a8e Mon Sep 17 00:00:00 2001 From: h4570 Date: Mon, 18 Jul 2022 19:32:28 +0200 Subject: [PATCH] roadmap update --- ROADMAP.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ROADMAP.txt b/ROADMAP.txt index 114b9a2..b848d8f 100644 --- a/ROADMAP.txt +++ b/ROADMAP.txt @@ -1,9 +1,11 @@ ------------ Tyra's v2.0 roadmap to publish on GitHub ------------ --- H4570 -- [Renderer] Move clipping algorithm into VU1 -- [Renderer] Move animation calcs into VU1 -- [Renderer] Dbufferring during mesh unroll +- [Renderer] Rename stdRenderer -> staticRenderer +- [Renderer] Mesh, StaticMesh, AnimMesh +- [Renderer] dynamicRenderer, dbufferring during mesh unrolling, simple clip +- [Renderer] staticRenderer -> remove animation, dbufferring during mesh unrolling, full plane clip +- [Renderer] Add possibility to on/off frustum check in all pipelines (renderOptions?) - [Loaders] Think about ".tyrobj" format - implement it (add multicolor support) - [Loaders] DFF loader - [Texture] Test cache hits with large amount of textures (dolphin sample?)