This commit is contained in:
Lwmte 2024-12-22 22:55:50 +01:00
parent 9df39696a2
commit 12dae8df99
2 changed files with 4 additions and 1 deletions

View file

@ -219,6 +219,9 @@ namespace TEN::Renderer
lights[index].Direction = Vector3::Lerp(light.PrevDirection, light.Direction, GetInterpolationFactor());
}
ReflectVectorOptionally(lights[index].Position);
ReflectVectorOptionally(lights[index].Direction);
// Bitmask light type to filter it in the shader later.
return (1 << (31 - (int)light.Type));
}

View file

@ -8,7 +8,7 @@
#define TEN_MAJOR_VERSION 1
#define TEN_MINOR_VERSION 6
#define TEN_BUILD_NUMBER 0
#define TEN_REVISION_NUMBER 6
#define TEN_REVISION_NUMBER 7
#define TEST_BUILD 1