This commit is contained in:
Nishi 2026-02-02 19:18:16 +09:00
commit e11978554b
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -74,6 +74,10 @@ GSBool GSGLShadowBeforeMapping(GSGL gl) {
for(i = 0; i < 3; i++) n[i] = -gl->engine->client->light0[i];
GSMathNormalize3(n);
for(i = 0; i < 3; i++) n[i] *= 5;
GSGLCameraLookAt(gl, n, zero);
}