godot-lportal/README.md

12 lines
444 B
Markdown
Raw Normal View History

2019-09-11 09:04:27 +02:00
# godot-lportal
Portal rendering module for Godot
2019-09-11 09:10:03 +02:00
Work in progress, not yet functional
2019-09-11 21:23:17 +02:00
## 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)