From bc9fb1a118829a88229fe84b3ad5070d2e1a5fb0 Mon Sep 17 00:00:00 2001 From: lawnjelly Date: Mon, 18 Nov 2019 09:22:08 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07c01b9..3b8c0a7 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,11 @@ Am currently working on global directional lights (think the sun). Global lights * Add debug graphical view of portal planes DONE * Add debug graphical view of room bounds DONE * Dealing with shadows from objects outside of view PARTIALLY DONE +* Universal visibility query for camera and dynamic lights DONE +* Support for global directional lights (like the sun) ONGOING * Building baked lightmap workflow ONGOING * Bug fixing / testing ONGOING -* Universal visibility query for camera and dynamic lights + * Shadow caster optimization * Closable portals * PVS (primary and secondary)