[6.5.0] 僵尸车修改模型参数,提供路口统计能力,路口探查地图加自车容错及日志

This commit is contained in:
EmArrow
2024-07-11 16:52:36 +08:00
parent af30496b33
commit 67fc70f814
9 changed files with 72 additions and 5 deletions

View File

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