From a58c29fafc9eaaf650df7cf1e87acf31f73c61b0 Mon Sep 17 00:00:00 2001 From: lawnjelly Date: Wed, 11 Sep 2019 20:23:17 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bc3f186..1c82dc1 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,10 @@ Portal rendering module for Godot Work in progress, not yet functional + +## Roadmap +* Auto conversion of named room spatials and portal mesh instances to LRoom and LPortal DONE +* Auto creation of mirror portals DONE +* Recursive determine visibility PARTIAL + * (basic function works, culls backward pointing portals, tomorrow add clipping planes formed by portal edge and camera) +* Investigate multiple passes (shadows, lights)