Completely remove dynamic lights

This commit is contained in:
Shinovon 2026-05-03 07:14:41 +05:00
parent 2b8a26d4d7
commit d2fbcccd01
10 changed files with 9 additions and 264 deletions

View file

@ -22,7 +22,6 @@ const char *matfx_env_vert_src =
" v_color = in_color;\n"
" v_color.rgb += u_ambLight.rgb*surfAmbient;\n"
" v_color.rgb += DoDynamicLight(Vertex.xyz, Normal)*surfDiffuse;\n"
" v_color = clamp(v_color, 0.0, 1.0);\n"
" v_envColor = max(v_color, u_colorClamp) * u_envColor;\n"
" v_color *= u_matColor;\n"