mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Completely remove dynamic lights
This commit is contained in:
parent
2b8a26d4d7
commit
d2fbcccd01
10 changed files with 9 additions and 264 deletions
1
vendor/librw/src/gl/shaders/matfx_gl.inc
vendored
1
vendor/librw/src/gl/shaders/matfx_gl.inc
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue