dolphin/Source/Core
Pokechu22 937bb2aa2e Cache normals in addition to binormals and tangents
Fixes LIT (https://bugs.dolphin-emu.org/issues/13635). The text does not include normals, but has lighting enabled. With the previous default of (0, 0, 0), lighting was always black (as dot(X, (0, 0, 0)) is always 0). It seems like the normal from the map in the background (0, 0, 1) is re-used.

LIT also has the vertex color enabled while vertex color is not specified, the same as SMS's debug cubes; the default MissingColorValue GameINI value of solid white seems to work correctly in this case.
2024-10-12 10:32:41 -07:00
..
AudioCommon Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
Common Merge pull request #13117 from mitaclaw/ranges-modernization-9-trivial-find 2024-10-11 20:27:18 +01:00
Core Cache normals in addition to binormals and tangents 2024-10-12 10:32:41 -07:00
DiscIO DolphinQt: Restrict size of banner image in game properties info tab. 2024-10-11 22:56:33 -05:00
DolphinNoGUI linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00
DolphinQt Merge pull request #13126 from jordan-woyak/no-big-banner 2024-10-12 09:40:20 +01:00
DolphinTool Add generation of rcheevos hash to DolphinTool 2024-09-15 15:52:04 +01:00
InputCommon ControllerEmu: Change trigger threshold check to >= instead of > and set minimum threshold in UI to 1% to prevent user error. 2024-10-11 19:38:38 -05:00
MacUpdater MacUpdater: Post-process the bundle 2024-08-01 22:06:55 -04:00
UICommon Merge pull request #13076 from robxnano/dbus-inhibit 2024-10-12 00:31:58 +01:00
UpdaterCommon Simplify std::copy with std::copy_n 2024-10-07 15:34:56 -07:00
VideoBackends Cache normals in addition to binormals and tangents 2024-10-12 10:32:41 -07:00
VideoCommon Cache normals in addition to binormals and tangents 2024-10-12 10:32:41 -07:00
WinUpdater Remove redundant semicolons 2024-08-20 14:59:54 +02:00
CMakeLists.txt CMakeLists: Embed macOS Updater app inside DolphinQt 2024-08-01 22:06:55 -04:00
DolphinLib.ARM64.props
DolphinLib.props Cached Interpreter 2.0 2024-07-23 14:06:21 -07:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props