Update Window.cs

This commit is contained in:
Troispoils 2024-03-01 16:15:05 +01:00
parent 4ea0101cf6
commit 3aa6b5bc83

View file

@ -84,7 +84,6 @@ namespace Map3DRendering {
//_shader.SetVector3("objectColor", new Vector3(0.5f, 0.5f, 0.5f));
_shader.SetVector3("lightColor", new Vector3(1.0f, 1.0f, 1.0f));
_shader.SetVector3("lightPos", _lightPosVec);
//_shader.SetVector3("viewPos", _camera.Position);
GL.LineWidth(5.0f);