Update INSTRUCTIONS.md

This commit is contained in:
lawnjelly 2019-09-16 18:25:32 +01:00 committed by GitHub
parent 0a69026be7
commit d3eadcbfa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
# LPortal Instructions
LPortal is a portal rendering system for Godot 3.2. It may compile with 3.1, but this is untested / supported.
## About
One of the most requested features for Godot 3 has been occlusion culling (in some form). It is on the roadmap to be added to the core of the engine in Godot 4.0, but until that is available, I figured that I could come up with an interrim solution that would allow the production of some of the games that need this.
@ -9,8 +10,6 @@ There is a simple explanation here of the concept:
https://www.youtube.com/watch?v=8xgb-ZcZV9s
LPortal is a portal rendering system for Godot 3.2. It may compile with 3.1, but this is untested / supported.
## Goals
* Easy to use
* Easy to iterate levels (re-exporting full levels from e.g. blender after editing)