wheremyfoodat / Panda3DS

HLE 3DS emulator
https://panda3ds.com/
GNU General Public License v3.0
801 stars 58 forks source link

Improve lighting #531

Closed OFFTKP closed 2 weeks ago

OFFTKP commented 3 weeks ago

Uncomment lighting on Android

Improve lighting implementation

Known bugs

Improvements

This patch makes it so that the shader editor shows the LUTs, useful for debugging luts.txt

wheremyfoodat commented 3 weeks ago

cc @skylersaleh

wheremyfoodat commented 2 weeks ago

Someone is cooking with this one 👀 (Stolen from Paris' discord messages)

image image

wheremyfoodat commented 2 weeks ago

Closed this accidentally deleting the other branch

OFFTKP commented 2 weeks ago

Needs vertex shader to be changed in specialized shader PR

OFFTKP commented 2 weeks ago

TODO: bitfieldExtractCompat needs to sign extend for spotdir, or do something else