dolphin/Source/UnitTests/VideoCommon
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
..
CMakeLists.txt [Android] Fix building unit tests. 2015-02-18 16:24:30 -06:00
VertexLoaderTest.cpp Cache normals in addition to binormals and tangents 2024-10-12 10:32:41 -07:00