[6.5.0][道路事件] ui走查

This commit is contained in:
renwj
2024-07-15 19:41:41 +08:00
parent 94de2bf322
commit 4522dc2ec4
6 changed files with 7 additions and 5 deletions

View File

@@ -101,8 +101,6 @@ void setBlur()
void main()
{
//点光源光照Blinn-Phong模型
fragColor = texture(texId,fragTexCoord);
return;
vec3 L = normalize(fragEyePos - lightEyePos); //光源到此片元的方向
vec3 N = normalize(fragEyeNormal); //此片元法线
vec3 V = normalize(fragEyePos); //眼睛观察此片元的方向