Update README.md

This commit is contained in:
lawnjelly 2019-11-01 12:44:47 +00:00 committed by GitHub
parent 570814a96d
commit 98cc6c8791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,8 @@ _Feel free to leave suggestions / feature requests on the issue tracker, especia
## Current status
The first demo tutorial (see above) is now working with the internal godot baked lightmap workflow. It shows registering dynamic objects (DOBs), loading and unloading levels.
I'm now working again on dynamic lights and realtime lighting:
https://www.youtube.com/watch?v=1WT5AXZlsDc
I'm now working again on dynamic lights and realtime lighting: \
https://www.youtube.com/watch?v=1WT5AXZlsDc \
I've got dynamic lights and culling shadow casters to camera frustum working which should speed things up quite a bit. This is not in the master branch yet, still work in progress.
With realtime I am looking at allowing almost any of the objects within a room to move around ... thus the distinction would be between DOBs (that move between rooms), SOBs (that move within rooms) and truly static SOBs that don't move at all.