diff options
author | x2048 <codeforsmile@gmail.com> | 2023-01-06 22:33:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-06 22:33:25 +0100 |
commit | 6d45c243f85942b20dab58753e735ec89a68f710 (patch) | |
tree | bfe6207d73d1b111af82ea9e5794bdaac4ce26e3 /android | |
parent | 2715cc8bf68a2cc8cd583cd5b0bb732ee13a1b49 (diff) | |
download | minetest-6d45c243f85942b20dab58753e735ec89a68f710.tar.xz |
Add dynamic exposure correction (#12959)
* Add uniform for frame delta time
* Adjust exposure in logarithmic (EV) space
* Add network support and LUA API
* Add testing mod
Diffstat (limited to 'android')
-rw-r--r-- | android/native/jni/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/native/jni/Android.mk b/android/native/jni/Android.mk index cd9326d4a..b2a8b3d6a 100644 --- a/android/native/jni/Android.mk +++ b/android/native/jni/Android.mk @@ -194,6 +194,7 @@ LOCAL_SRC_FILES := \ ../../src/itemdef.cpp \ ../../src/itemstackmetadata.cpp \ ../../src/light.cpp \ + ../../src/lighting.cpp \ ../../src/log.cpp \ ../../src/main.cpp \ ../../src/map.cpp \ |