Update README.md

This commit is contained in:
lawnjelly 2019-09-11 20:23:17 +01:00 committed by GitHub
parent 4d8abbcfcf
commit a58c29fafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)