Minor Changes

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-06-26 21:23:13 +02:00
parent fdf34f99c6
commit eb27ae4c24
346 changed files with 17218 additions and 86 deletions
Regular → Executable
+1
View File
@@ -36,5 +36,6 @@ layout(location = 0) out vec4 outColor;
void main() {
float intensity = ((dot(normalize(normal), normalize(directional_light)) +1)/2.0)+0.05;
// outColor = vec4(color * intensity, 1.0);
outColor = vec4(color * intensity, 1.0);
}
Regular → Executable
View File