This commit is contained in:
Nishi 2026-01-30 23:07:23 +09:00
commit 97152d066c
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 56 additions and 12 deletions

View file

@ -73,4 +73,5 @@ void main(void){
}
gl_FragColor = ambient * shadow_coef * c + (1.0 - ambient) * c;
gl_FragColor.a = vColor.a;
}