Disable vsync+default ambient to 0.1+ignore imgui.ini

This commit is contained in:
bloeys
2022-01-13 16:33:04 +04:00
parent 8f9912cd6b
commit d1b9b45e09
6 changed files with 15 additions and 10 deletions

View File

@ -6,7 +6,7 @@ in vec3 fragPos;
out vec4 fragColor;
uniform float ambientStrength = 1;
uniform float ambientStrength = 0.1;
uniform vec3 ambientLightColor = vec3(1, 1, 1);
uniform vec3 lightPos1;