Update README.md

This commit is contained in:
lawnjelly 2019-12-03 16:31:16 +00:00 committed by GitHub
parent a948d4b96e
commit fd88f6fc0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -48,12 +48,14 @@ I have added a single room mode, which allows LPortal to speed up culling in gam
* Optional convex hull bound for rooms DONE
* 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
* Dealing with shadows from objects outside of view DONE
* Universal visibility query for camera and dynamic lights DONE
* Support for global directional lights (like the sun) ONGOING
* Building baked lightmap workflow ONGOING
* Support for global directional lights (like the sun) DONE
* Internal baked lightmap workflow DONE
* External baked lightmap workflow DONE
* Bug fixing / testing ONGOING
* Demo game
* Shadow caster optimization
* Closable portals
* PVS (primary and secondary)