dolphin/Source/UnitTests
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
..
Common StringUtil: Remove JoinStrings 2024-09-22 21:09:36 -07:00
Core Use 'contains' method 2024-08-15 14:20:16 -07:00
VideoCommon Cache normals in addition to binormals and tangents 2024-10-12 10:32:41 -07:00
CMakeLists.txt UnitTests: Delete output Sys folder before copying to it 2024-08-16 21:09:10 +02:00
StubHost.cpp TAS Input: Enable hotkeys and controller input when Input has focus 2024-05-31 15:14:44 -07:00
UnitTests.vcxproj UnitTests: Remove MSBuild input/output tracking 2024-08-17 15:59:45 +02:00
UnitTests.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
UnitTestsMain.cpp Core: Assert that only the Host thread may call PauseAndLock(). 2023-06-02 18:51:43 +02:00