add support for joystick; move some mono dlls to new path

This commit is contained in:
2026-04-25 21:57:52 +08:00
parent 971f16d526
commit 79707b77f5
197 changed files with 1165 additions and 26 deletions

View File

@ -454,7 +454,7 @@ void main()
vec3 iblContribution = IBL(F0, Lr) * u_IBLContribution;
color = vec4(lightContribution + iblContribution, m_Params.Albedo.a);
color = vec4(lightContribution + iblContribution, 1.0);
// Bloom
float brightness = dot(color.rgb, vec3(0.2126, 0.7152, 0.0722));